diff options
Diffstat (limited to 'www/py-plone.contentrules/Makefile')
-rw-r--r-- | www/py-plone.contentrules/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-plone.contentrules/Makefile b/www/py-plone.contentrules/Makefile index acd72f19a9d7..22a3d12c3185 100644 --- a/www/py-plone.contentrules/Makefile +++ b/www/py-plone.contentrules/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plone.contentrules -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,8 +25,9 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> |