diff options
Diffstat (limited to 'devel/py-Products.ExtendedPathIndex/Makefile')
-rw-r--r-- | devel/py-Products.ExtendedPathIndex/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-Products.ExtendedPathIndex/Makefile b/devel/py-Products.ExtendedPathIndex/Makefile index 8e70caeb81b3..13a8b8b2e1a5 100644 --- a/devel/py-Products.ExtendedPathIndex/Makefile +++ b/devel/py-Products.ExtendedPathIndex/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.ExtendedPathIndex -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= Products.ExtendedPathIndex -PORTVERSION= 2.9 +PORTVERSION= 3.0.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +11,14 @@ COMMENT= Zope catalog index for paths LICENSE= GPLv2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \ + ${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> |