diff options
Diffstat (limited to 'www/py-plone.stringinterp/Makefile')
-rw-r--r-- | www/py-plone.stringinterp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/py-plone.stringinterp/Makefile b/www/py-plone.stringinterp/Makefile index 5ad8211e10c0..c32a8c0f7531 100644 --- a/www/py-plone.stringinterp/Makefile +++ b/www/py-plone.stringinterp/Makefile @@ -2,9 +2,11 @@ PORTNAME= plone.stringinterp PORTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Adaptable string interpolation @@ -14,11 +16,9 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk> |