diff options
Diffstat (limited to 'devel/py-simplejson/Makefile')
-rw-r--r-- | devel/py-simplejson/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 02585b6defc1..96c0ce734fd2 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 2.1.6 +PORTVERSION= 2.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= -2.7 +USE_PYDISTUTILS= yes .include <bsd.port.mk> |