diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 18:35:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 18:35:14 +0800 |
commit | 1dc6c0227a4a10cc90491a33c1c9a3c6cc9aa0cf (patch) | |
tree | 178e3d13a8e0765a3ef5ffcb71e230988579d6b8 /math | |
parent | d61c011a173493170e51da0fc6884b6bf9584ca1 (diff) | |
download | freebsd-ports-gnome-1dc6c0227a4a10cc90491a33c1c9a3c6cc9aa0cf.tar.gz freebsd-ports-gnome-1dc6c0227a4a10cc90491a33c1c9a3c6cc9aa0cf.tar.zst freebsd-ports-gnome-1dc6c0227a4a10cc90491a33c1c9a3c6cc9aa0cf.zip |
- Convert to autoplist
- Stage support
- Bump PORTREV
Diffstat (limited to 'math')
-rw-r--r-- | math/py-roman/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-roman/Makefile b/math/py-roman/Makefile index 7bca501b0190..7d0887671ef3 100644 --- a/math/py-roman/Makefile +++ b/math/py-roman/Makefile @@ -3,6 +3,7 @@ PORTNAME= roman PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Integer to Roman numerals converter -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |