freebsd-ports/databases/zodb3/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

27 lines
788 B
Makefile

# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
PORTNAME= zodb
PORTVERSION= 3.10.5
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= -py${PYTHON_SUFFIX}
DISTNAME= ZODB3-${PORTVERSION}
MAINTAINER= zope@FreeBSD.org
COMMENT= Z - Object Database for python
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig \
${PYTHON_PKGNAMEPREFIX}zdaemon>=0:sysutils/py-zdaemon \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:devel/py-transaction \
${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:devel/py-zclockfile \
${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:devel/py-zope.event
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>