freebsd-ports/devel/py-Products.StandardCacheManagers/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

24 lines
599 B
Makefile

# $FreeBSD$
PORTNAME= Products.StandardCacheManagers
PORTVERSION= 2.13.1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Cache managers for Zope 2
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl \
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>