diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-28 17:23:24 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-28 17:23:24 +0000 |
commit | 88892f0ba844dbf51c0d381d05d8e91332f14635 (patch) | |
tree | 13c7b9902a349e13904af8ce07ea1c85627fe4f9 /www/py-plone.browserlayer/Makefile | |
parent | 4ca7f16ff38cb3acfe099dbf212330e7386d90db (diff) | |
download | ports-88892f0ba844dbf51c0d381d05d8e91332f14635.tar.gz ports-88892f0ba844dbf51c0d381d05d8e91332f14635.zip |
Notes
Diffstat (limited to 'www/py-plone.browserlayer/Makefile')
-rw-r--r-- | www/py-plone.browserlayer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/py-plone.browserlayer/Makefile b/www/py-plone.browserlayer/Makefile index fa660e36a1a8..6e865058fdd6 100644 --- a/www/py-plone.browserlayer/Makefile +++ b/www/py-plone.browserlayer/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-plone.browserlayer -# Date created: 25 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= plone.browserlayer -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_ZIP= yes #USE_ZOPE= yes .include <bsd.port.mk> |