diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 15:50:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 15:50:41 +0800 |
commit | f52f21052cc9265aea4665fa4f61a19c71ab3f90 (patch) | |
tree | 2598a575dd525822f768bdd8c4fe5a29217e6300 /devel/py-zconfig/Makefile | |
parent | a68d9076c8c2df78bfb9c73f7c24fa0158d1deb3 (diff) | |
download | freebsd-ports-gnome-f52f21052cc9265aea4665fa4f61a19c71ab3f90.tar.gz freebsd-ports-gnome-f52f21052cc9265aea4665fa4f61a19c71ab3f90.tar.zst freebsd-ports-gnome-f52f21052cc9265aea4665fa4f61a19c71ab3f90.zip |
- Move from py24 over to py25 or above
- Drop md5 support
Diffstat (limited to 'devel/py-zconfig/Makefile')
-rw-r--r-- | devel/py-zconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 3b606dad5dac..0a553c01e5c0 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -6,6 +6,7 @@ PORTNAME= zconfig PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://www.zope.org/Members/fdrake/zconfig/ @@ -17,7 +18,7 @@ COMMENT= ZConfig is a general use python configuration library WRKSRC= ${WRKDIR}/ZConfig-${PORTVERSION} -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ZConfig |