32 lines
883 B
Makefile
32 lines
883 B
Makefile
|
# New ports collection makefile for: py-Products.ZopeVersionControl
|
||
|
# Date created: 18 December 2011
|
||
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Products.ZopeVersionControl
|
||
|
PORTVERSION= 1.1.3
|
||
|
CATEGORIES= devel python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= rm@FreeBSD.org
|
||
|
COMMENT= Zope Version Control
|
||
|
|
||
|
LICENSE= ZPL21
|
||
|
|
||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
||
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
|
||
|
${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \
|
||
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
|
||
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
|
||
|
|
||
|
DIST_SUBDIR= zope
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS= easy_install
|
||
|
USE_ZIP= yes
|
||
|
#USE_ZOPE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|