Files
bsdports/python/py-zconfig/Makefile
2019-12-26 07:26:06 +00:00

20 lines
471 B
Makefile

# Created by: Landon Fuller <landonf@opendarwin.org>
# $FreeBSD: head/devel/py-zconfig/Makefile 391330 2015-07-04 21:07:29Z rm $
PORTNAME= zconfig
PORTVERSION= 3.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZConfig-${PORTVERSION}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= General use python configuration library
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>