2005-09-11 21:32:47 +02:00
|
|
|
# New ports collection makefile for: py-zconfig
|
|
|
|
# Date created: 8 September 2005
|
|
|
|
# Whom: Landon Fuller <landonf@opendarwin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zconfig
|
2011-10-10 04:38:39 +02:00
|
|
|
PORTVERSION= 2.9.0
|
2011-11-21 16:02:34 +01:00
|
|
|
PORTREVISION= 1
|
2005-09-11 21:32:47 +02:00
|
|
|
CATEGORIES= devel python
|
2011-10-10 04:38:39 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2005-09-11 21:32:47 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ZConfig-${PORTVERSION}
|
|
|
|
|
2010-04-14 02:26:54 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2011-10-10 04:38:39 +02:00
|
|
|
COMMENT= General use python configuration library
|
2005-09-11 21:32:47 +02:00
|
|
|
|
2011-10-10 04:38:39 +02:00
|
|
|
LICENSE= ZPL21
|
2005-09-11 21:32:47 +02:00
|
|
|
|
2011-10-10 04:38:39 +02:00
|
|
|
USE_ZIP= yes
|
|
|
|
USE_PYTHON= 2.5-2.7
|
2008-12-04 20:50:16 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= ZConfig
|
2005-09-11 21:32:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|