2012-01-03 10:54:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.app.discussion
|
2013-09-23 11:18:55 +02:00
|
|
|
PORTVERSION= 2.2.8
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-03 10:54:54 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-03 10:54:54 +01:00
|
|
|
COMMENT= Enhanced discussion support for Plone
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}collective.monkeypatcher>=0:${PORTSDIR}/devel/py-collective.monkeypatcher \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.layout>=0:${PORTSDIR}/www/py-plone.app.layout \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.registry>=0:${PORTSDIR}/www/py-plone.app.registry \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.uuid>=0:${PORTSDIR}/www/py-plone.app.uuid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.z3cform>=0:${PORTSDIR}/www/py-plone.app.z3cform \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.indexer>=0:${PORTSDIR}/www/py-plone.indexer \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.registry>=0:${PORTSDIR}/www/py-plone.registry \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.z3cform>=0:${PORTSDIR}/www/py-plone.z3cform \
|
|
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}z3c.form>=2.3.3:${PORTSDIR}/devel/py-z3c.form
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
2012-09-11 19:34:09 +02:00
|
|
|
USE_PYTHON= -2.7
|
2013-09-23 11:18:55 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2012-01-04 09:52:44 +01:00
|
|
|
USE_ZIP= yes
|
2012-01-03 10:54:54 +01:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2012-01-03 10:54:54 +01:00
|
|
|
.include <bsd.port.mk>
|