freebsd-ports/devel/py-zconfig/Makefile
Martin Wilke 3dfb645192 - Update to 2.7.1
PR:		135564
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-15 21:07:24 +00:00

25 lines
594 B
Makefile

# New ports collection makefile for: py-zconfig
# Date created: 8 September 2005
# Whom: Landon Fuller <landonf@opendarwin.org>
#
# $FreeBSD$
PORTNAME= zconfig
PORTVERSION= 2.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://www.zope.org/Members/fdrake/zconfig/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZConfig-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= ZConfig is a general use python configuration library
WRKSRC= ${WRKDIR}/ZConfig-${PORTVERSION}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= ZConfig
.include <bsd.port.mk>