Prune devel/py-EnthoughtBase
[dports.git] / devel / py-zconfig / Makefile
1 # Created by: Landon Fuller <landonf@opendarwin.org>
2 # $FreeBSD$
3
4 PORTNAME=       zconfig
5 PORTVERSION=    3.0.4
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME=       ZConfig-${PORTVERSION}
10 DIST_SUBDIR=    zope
11
12 MAINTAINER=     zope@FreeBSD.org
13 COMMENT=        General use python configuration library
14
15 LICENSE=        ZPL21
16 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
17
18 NO_ARCH=        yes
19 USES=           python
20 USE_PYTHON=     autoplist distutils
21
22 .include <bsd.port.mk>