9187eb35da
Changelogs: https://plone.org/products/plone/releases/4.3.3 https://plone.org/products/plone/releases/4.3.4 https://plone.org/products/plone/releases/4.3.5 https://plone.org/products/plone/releases/4.3.6 https://plone.org/products/plone/releases/4.3.7 MFH: 2016Q1 Security: 6b3374d4-6b0b-11e5-9909-002590263bf5
26 lines
934 B
Makefile
26 lines
934 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.CMFFormController
|
|
PORTVERSION= 3.0.5
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Form validation mechanism for Zope CMF
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}zope.structuredtext>=0:${PORTSDIR}/textproc/py-zope.structuredtext \
|
|
${PYTHON_PKGNAMEPREFIX}zope.tales>=0:${PORTSDIR}/devel/py-zope.tales \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
|
|
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|