diff options
Diffstat (limited to 'devel/py-zope.app.schema/Makefile')
-rw-r--r-- | devel/py-zope.app.schema/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-zope.app.schema/Makefile b/devel/py-zope.app.schema/Makefile index e3d9ba1cbed6..6dee30f0288c 100644 --- a/devel/py-zope.app.schema/Makefile +++ b/devel/py-zope.app.schema/Makefile @@ -2,9 +2,11 @@ PORTNAME= zope.app.schema PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Component Architecture based Vocabulary Registry @@ -15,10 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |