2012-01-02 22:06:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.z3cform
|
2013-09-23 11:18:55 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2014-02-15 15:43:11 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-02 22:06:12 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-15 15:43:11 +01:00
|
|
|
DIST_SUBDIR= zope
|
2012-01-02 22:06:12 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-02 22:06:12 +01:00
|
|
|
COMMENT= Library that allows use of z3c.form with Zope 2 and the CMF
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
2013-09-23 11:18:55 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.batching>0:${PORTSDIR}/www/py-plone.batching \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}z3c.form>=0:${PORTSDIR}/devel/py-z3c.form \
|
2012-01-02 22:06:12 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=3.4:${PORTSDIR}/devel/py-zope.i18n \
|
2013-09-23 11:18:55 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:${PORTSDIR}/devel/py-zope.browserpage \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component
|
2012-01-02 22:06:12 +01:00
|
|
|
|
2014-02-15 15:43:11 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2014-03-10 19:01:09 +01:00
|
|
|
USES= zope zip
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2012-01-02 22:06:12 +01:00
|
|
|
.include <bsd.port.mk>
|