diff options
Diffstat (limited to 'net/py-pynmsg/Makefile')
-rw-r--r-- | net/py-pynmsg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-pynmsg/Makefile b/net/py-pynmsg/Makefile index 6258c94d6e75..8d980c1fadd0 100644 --- a/net/py-pynmsg/Makefile +++ b/net/py-pynmsg/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pynmsg -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= net python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg USE_PYTHON= distutils autoplist -USES= python shebangfix uniquefiles:dirs +USES= pkgconfig python shebangfix uniquefiles:dirs SHEBANG_FILES= examples/*.py |