freebsd-ports/databases/zodb3/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

28 lines
868 B
Makefile

# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
PORTNAME= zodb
PORTVERSION= 3.10.5
PORTREVISION= 2
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@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zdaemon>=0:sysutils/py-zdaemon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:devel/py-transaction@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:devel/py-zclockfile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:devel/py-zope.event@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>