diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 07:50:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 07:50:41 +0000 |
commit | 5e9f42cbda7723e209ee352f41df8fd3d7d1ee28 (patch) | |
tree | 5fb7f0ec92b0b2a109bebac3d6e46dbbc6f3f976 /devel/py-turbojson/Makefile | |
parent | b0f65c8787968933f446b1206ae11e0ac7e0386e (diff) |
Notes
Diffstat (limited to 'devel/py-turbojson/Makefile')
-rw-r--r-- | devel/py-turbojson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-turbojson/Makefile b/devel/py-turbojson/Makefile index 7471cfb83023..bdb8c8fc961d 100644 --- a/devel/py-turbojson/Makefile +++ b/devel/py-turbojson/Makefile @@ -7,6 +7,7 @@ PORTNAME= TurboJson PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://www.turbogears.org/2.0/downloads/2.0.1/ \ @@ -20,7 +21,7 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-si ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install .include <bsd.port.mk> |