2012-01-02 22:06:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.app.vocabularies
|
2013-09-23 11:18:55 +02:00
|
|
|
PORTVERSION= 2.1.11
|
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
|
2013-03-28 18:23:24 +01:00
|
|
|
COMMENT= Collection of generally useful vocabularies
|
2012-01-02 22:06:12 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.browser \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
2012-09-11 19:34:09 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.formlib>0:${PORTSDIR}/devel/py-zope.formlib \
|
2012-01-02 22:06:12 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore
|
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python zope
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2012-01-02 22:06:12 +01:00
|
|
|
.include <bsd.port.mk>
|