freebsd-ports/www/py-plone.app.viewletmanager/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

30 lines
990 B
Makefile

# $FreeBSD$
PORTNAME= plone.app.viewletmanager
PORTVERSION= 2.0.9
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Configurable viewlet manager
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.contentprovider>=0:devel/py-zope.contentprovider \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.site>=0:devel/py-zope.site \
${PYTHON_PKGNAMEPREFIX}zope.viewlet>=0:devel/py-zope.viewlet \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup \
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
${PYTHON_PKGNAMEPREFIX}plone.app.vocabularies>0:www/py-plone.app.vocabularies
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
#USES= zope
.include <bsd.port.mk>