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
815 B
Makefile
26 lines
815 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.browserlayer
|
|
PORTVERSION= 2.1.6
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Browser layer management for Zope 2 applications
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.9.0:${PORTSDIR}/devel/py-zope.traversing \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
|
|
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=1.4:${PORTSDIR}/devel/py-Products.GenericSetup \
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
#USES= zope
|
|
|
|
.include <bsd.port.mk>
|