diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:35:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:35:14 +0000 |
commit | dff50aec0158cf1bd0e9b10c6ceea305b1096ba7 (patch) | |
tree | 178e3d13a8e0765a3ef5ffcb71e230988579d6b8 /math/py-roman | |
parent | 58bda8a31e0534fdddcec473c37c4b178cbb0864 (diff) | |
download | ports-dff50aec0158cf1bd0e9b10c6ceea305b1096ba7.tar.gz ports-dff50aec0158cf1bd0e9b10c6ceea305b1096ba7.zip |
Notes
Diffstat (limited to 'math/py-roman')
-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> |