From dff50aec0158cf1bd0e9b10c6ceea305b1096ba7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 15 Feb 2014 10:35:14 +0000 Subject: [PATCH] - Convert to autoplist - Stage support - Bump PORTREV --- math/py-roman/Makefile | 7 +++---- 1 file 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