diff options
Diffstat (limited to 'devel/py-simplejson/Makefile')
-rw-r--r-- | devel/py-simplejson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 49d6cc150183..632aaef51ef2 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 2.6.2 +PORTVERSION= 3.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Simple, fast, extensible JSON encoder/decoder LICENSE= MIT -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes regression-test: build |