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

29 lines
905 B
Makefile

# $FreeBSD$
PORTNAME= Products.ZSQLMethods
PORTVERSION= 2.13.4
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= SQL method support for Zope 2
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime \
${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass \
${PYTHON_PKGNAMEPREFIX}Missing>=0:devel/py-Missing \
${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence \
${PYTHON_PKGNAMEPREFIX}Record>=0:devel/py-Record \
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>