2012-01-02 22:06:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= five.customerize
|
2013-09-23 11:18:55 +02:00
|
|
|
PORTVERSION= 1.1
|
2014-02-10 15:04:45 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= devel python zope
|
2012-01-02 22:06:12 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-10 15:04:45 +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= TTW customization of template-based Zope views
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.portlets>=0:${PORTSDIR}/www/py-plone.portlets \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.componentvocabulary>=0:${PORTSDIR}/devel/py-zope.componentvocabulary \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:${PORTSDIR}/devel/py-zope.pagetemplate \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.viewlet>=0:${PORTSDIR}/devel/py-zope.viewlet \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition
|
|
|
|
|
2014-10-20 18:04:12 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USES= python:2 zope zip
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2012-01-02 22:06:12 +01:00
|
|
|
.include <bsd.port.mk>
|