blob: 016be32e3bf8aefe5b6ef9cbbcd7894c9161882e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
PORTREVISION= 1
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>
|