freebsd-ports/www/py-plone.app.z3cform/Makefile
John Marino eca1ef15d3 www/py-plone.app.* (3 ports): convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive.
Approved by:	general infrastructure blanket
2014-05-28 21:32:40 +00:00

30 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= plone.app.z3cform
PORTVERSION= 0.7.4
PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Collection of widgets, templates for use with z3c.form and Plone
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}collective.z3cform.datetimewidget>=0.1:${PORTSDIR}/devel/py-collective.z3cform.datetimewidget \
${PYTHON_PKGNAMEPREFIX}plone.z3cform>=0.5.11:${PORTSDIR}/www/py-plone.z3cform \
${PYTHON_PKGNAMEPREFIX}plone.protect>0:${PORTSDIR}/security/py-plone.protect \
${PYTHON_PKGNAMEPREFIX}z3c.formwidget.query>0:${PORTSDIR}/devel/py-z3c.formwidget.query \
${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:${PORTSDIR}/devel/py-zope.browserpage \
${PYTHON_PKGNAMEPREFIX}zope.component>0:${PORTSDIR}/devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.traversing>0:${PORTSDIR}/devel/py-zope.traversing
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zope zip
.include <bsd.port.mk>