4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
26 lines
796 B
Makefile
26 lines
796 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.ZCTextIndex
|
|
PORTVERSION= 2.13.5
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Full text indexing for ZCatalog/Zope2
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl \
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \
|
|
${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence \
|
|
${PYTHON_PKGNAMEPREFIX}zExceptions>=0:devel/py-zExceptions \
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|