mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
2e84009fda
problems Feature safe: yes
26 lines
533 B
Makefile
26 lines
533 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
|
|
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>
|