25 lines
731 B
Makefile
25 lines
731 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.ZopeVersionControl
|
|
PORTVERSION= 1.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Zope Version Control
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} \
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3@${PY_FLAVOR}
|
|
|
|
USES= python:2.7 zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|