mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
24 lines
567 B
Makefile
24 lines
567 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.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://www.zope.org/Members/fdrake/zconfig/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ZConfig-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ZConfig is a general use python configuration library
|
|
|
|
WRKSRC= ${WRKDIR}/ZConfig-${PORTVERSION}
|
|
|
|
USE_PYTHON= 2.2+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= ZConfig
|
|
|
|
.include <bsd.port.mk>
|