diff options
-rw-r--r-- | devel/py-pqueue/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile index 43a360a0474b..916fee873f91 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -3,6 +3,7 @@ PORTNAME= pqueue PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,9 @@ DISTNAME= PQueue-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fibonacci-Heap based Priority-Queue Extension for Python +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= python tar:bzip2 USE_PYTHON= distutils autoplist @@ -19,4 +23,7 @@ WRKSRC= ${WRKDIR}/PQueue post-patch: ${CP} ${FILESDIR}/setup.py ${WRKSRC} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pqueue.so + .include <bsd.port.mk> |