freebsd-ports/devel/py-zconfig/Makefile
Vsevolod Stakhov 11b7792aec Add py-zconfig - a general use python configuration file library.
PR:		85887
Submitted by:	Landon Fuller <landonf@opendarwin.org>
Approved by:	perky (mentor)
2005-09-11 19:32:47 +00:00

22 lines
543 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.3.1
CATEGORIES= devel python
MASTER_SITES= http://www.zope.org/Members/fdrake/zconfig/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZConfig-${PORTVERSION}
MAINTAINER= landonf@opendarwin.org
COMMENT= ZConfig is a general use python configuration library
WRKSRC= ${WRKDIR}/ZConfig-${PORTVERSION}
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>