mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
22 lines
403 B
Makefile
22 lines
403 B
Makefile
PORTNAME= PyPubSub
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.0.3
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python Publish-Subscribe Package
|
|
WWW= https://github.com/schollii/pypubsub
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= schollii
|
|
GH_PROJECT= pypubsub
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|