freebsd-ports/devel/py-zope.configuration/Makefile
Cheng-Lung Sung cae5d17ffa - update to 3.8.0
- hold distfile in distfiles/zope
- add LICENSE (ZPL21)
- align dependencies per setup.py
- update WWW

PR:		port/163210
Submitted by:	rm
2011-12-15 00:47:12 +00:00

27 lines
747 B
Makefile

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