freebsd-ports/devel/py-Products.ResourceRegistries/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
969 B
Makefile

# $FreeBSD$
PORTNAME= Products.ResourceRegistries
PORTVERSION= 2.2.11
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Registry for managing CSS and JS
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.viewlet>=0:devel/py-zope.viewlet \
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup \
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime \
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
${PYTHON_PKGNAMEPREFIX}plone.app.registry>0:www/py-plone.app.registry
USES= python:2.7 zip zope
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>