freebsd-ports/devel/py-zconfig/Makefile
Wen Heping 03a5ea3e02 - update to 2.9.0
- remove stale mastersite, update WWW
- correct comment
- remove WRKSRC (DISTNAME is sufficient)
- strict python versions
- add license (ZPL21)

PR:		ports/160982
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-10-10 02:38:39 +00:00

24 lines
517 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.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZConfig-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= General use python configuration library
LICENSE= ZPL21
USE_ZIP= yes
USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= ZConfig
.include <bsd.port.mk>