diff options
Diffstat (limited to 'www/py-plone.portlet.collection/Makefile')
-rw-r--r-- | www/py-plone.portlet.collection/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/py-plone.portlet.collection/Makefile b/www/py-plone.portlet.collection/Makefile index 77978c6c08b9..9af369d13ced 100644 --- a/www/py-plone.portlet.collection/Makefile +++ b/www/py-plone.portlet.collection/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-plone.portlet.collection -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= plone.portlet.collection -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,5 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.me DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_ZIP= yes .include <bsd.port.mk> |