2011-12-19 22:12:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.CMFEditions
|
2013-03-28 18:23:24 +01:00
|
|
|
PORTVERSION= 2.2.8
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= devel python zope
|
2011-12-19 22:12:59 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-19 22:12:59 +01:00
|
|
|
COMMENT= Versioning for Plone
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2012-09-11 19:34:09 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.copy>0:${PORTSDIR}/devel/py-zope.copy \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname \
|
2011-12-19 22:12:59 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1:${PORTSDIR}/devel/py-Products.CMFCore \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFDiffTool>=0:${PORTSDIR}/devel/py-Products.CMFDiffTool \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFUid>=0:${PORTSDIR}/devel/py-Products.CMFUid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=1.4.0:${PORTSDIR}/devel/py-Products.GenericSetup \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.ZopeVersionControl>=0:${PORTSDIR}/devel/py-Products.ZopeVersionControl \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
|
2013-03-28 18:23:24 +01:00
|
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
|
2011-12-19 22:12:59 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
USE_PYTHON= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2012-09-11 19:34:09 +02:00
|
|
|
USE_ZIP= yes
|
2013-09-23 15:42:48 +02:00
|
|
|
USES= zope
|
2011-12-19 22:12:59 +01:00
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-19 22:12:59 +01:00
|
|
|
.include <bsd.port.mk>
|