aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-creole
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-02 02:12:35 +0800
committermiwi <miwi@FreeBSD.org>2014-03-02 02:12:35 +0800
commitc2bf0ce2ff084126d08a33233d963003374c9ef0 (patch)
tree10c21ec2c0c8d524ea1b56d433f3bc43d624d1f7 /textproc/py-creole
parent93216d4ecff40da43c2ec6e6b8da55ca64c9736b (diff)
downloadfreebsd-ports-gnome-c2bf0ce2ff084126d08a33233d963003374c9ef0.tar.gz
freebsd-ports-gnome-c2bf0ce2ff084126d08a33233d963003374c9ef0.tar.zst
freebsd-ports-gnome-c2bf0ce2ff084126d08a33233d963003374c9ef0.zip
- Convert to autoplist
- Stage support - Bump PORTREVISION
Diffstat (limited to 'textproc/py-creole')
-rw-r--r--textproc/py-creole/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile
index ef5d41399e0b..d8c44be9188a 100644
--- a/textproc/py-creole/Makefile
+++ b/textproc/py-creole/Makefile
@@ -3,6 +3,7 @@
PORTNAME= creole
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +17,7 @@ LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= python_creole
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>