# New ports collection makefile for: py-zope.configuration # Date created: 2011-03-21 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= zope.configuration PORTVERSION= 3.7.4 CATEGORIES= devel textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Zope Configuration Markup Language (ZCML) BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes .include