diff options
Diffstat (limited to 'www/py-plone.app.uuid/Makefile')
-rw-r--r-- | www/py-plone.app.uuid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-plone.app.uuid/Makefile b/www/py-plone.app.uuid/Makefile index 0b292d4..a9b0beb 100644 --- a/www/py-plone.app.uuid/Makefile +++ b/www/py-plone.app.uuid/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= plone.app.uuid -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface +NO_ARCH= yes USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |