diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 18:26:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 18:26:11 +0800 |
commit | 6cf8416ecbd5c6c95a2180436c860cb8e4b38a4f (patch) | |
tree | bbd6a4d7e7a548fba2673a6b464ffe24ffd83397 /math/py-gmpy | |
parent | d714cd9870d2eb12697c0c2d282c2e2ed867dcd9 (diff) | |
download | freebsd-ports-gnome-6cf8416ecbd5c6c95a2180436c860cb8e4b38a4f.tar.gz freebsd-ports-gnome-6cf8416ecbd5c6c95a2180436c860cb8e4b38a4f.tar.zst freebsd-ports-gnome-6cf8416ecbd5c6c95a2180436c860cb8e4b38a4f.zip |
- Convert to autoplist
- Stage support
- Bump PORTREV
Diffstat (limited to 'math/py-gmpy')
-rw-r--r-- | math/py-gmpy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 37e5ced0417a..fb6777e89b07 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmpy PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,8 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/gmpy.so - -NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/setup.py |