74489ba18d
- trim Makefile header - pass maintainership to zope@ - add NO_STAGE=yes - update USE_PYTHON value Approved by: wen (maintainer, by mail)
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# Created by: Landon Fuller <landonf@opendarwin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zconfig
|
|
PORTVERSION= 2.9.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ZConfig-${PORTVERSION}
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= General use python configuration library
|
|
|
|
LICENSE= ZPL21
|
|
|
|
NO_STAGE= yes
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ZConfig
|
|
|
|
.include <bsd.port.mk>
|