diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:14:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:14:29 +0000 |
commit | 4480adec0244ca893338f2bd111370b171b4a2c9 (patch) | |
tree | bb505819863dbb8b36252ae82ed5c0311effdcb8 /devel/py-pyutil/Makefile | |
parent | d603258b9d2582954c9ec2e0a619c6076205e0eb (diff) | |
download | ports-4480adec0244ca893338f2bd111370b171b4a2c9.tar.gz ports-4480adec0244ca893338f2bd111370b171b4a2c9.zip |
Notes
Diffstat (limited to 'devel/py-pyutil/Makefile')
-rw-r--r-- | devel/py-pyutil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index 70e46a92866b..8ead4856b671 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -6,13 +6,13 @@ # PORTNAME= pyutil -PORTVERSION= 1.3.25 +PORTVERSION= 1.3.28 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A collection of mature utilities for Python programmers BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argparse \ @@ -20,6 +20,5 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argpa USE_PYTHON= 2.4+ USE_PYDISTUTILS=easy_install -#PYEASYINSTALL_ARCHDEP= yes .include <bsd.port.mk> |