1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/plone/Makefile
Ruslan Makhmatkhanov 045b1fbdf5 - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- clarify type of BSD license, where this info was available
- bump PORTREVISION
2014-02-15 14:43:11 +00:00

34 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= plone
PORTVERSION= 4.3.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
DISTNAME= Plone-${PORTVERSION}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Plone Content Management System
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFPlacefulWorkflow>=0:${PORTSDIR}/devel/py-Products.CMFPlacefulWorkflow \
${PYTHON_PKGNAMEPREFIX}Products.CMFPlone>=0:${PORTSDIR}/www/py-Products.CMFPlone \
${PYTHON_PKGNAMEPREFIX}plone.app.caching>=0:${PORTSDIR}/www/py-plone.app.caching \
${PYTHON_PKGNAMEPREFIX}plone.app.dexterity>0:${PORTSDIR}/www/py-plone.app.dexterity \
${PYTHON_PKGNAMEPREFIX}plone.app.iterate>=0:${PORTSDIR}/www/py-plone.app.iterate \
${PYTHON_PKGNAMEPREFIX}plone.app.openid>=0:${PORTSDIR}/security/py-plone.app.openid \
${PYTHON_PKGNAMEPREFIX}plone.app.theming>0:${PORTSDIR}/www/py-plone.app.theming \
${PYTHON_PKGNAMEPREFIX}wicked>=0:${PORTSDIR}/textproc/py-wicked
OPTIONS_DEFINE= LDAP
LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.ldap>=1.2.6:${PORTSDIR}/www/py-plone.app.ldap
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>