diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-simplejson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 9b6c745224d6..331633056250 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -8,8 +8,9 @@ PORTNAME= simplejson PORTVERSION= 1.7.3 CATEGORIES= devel python -MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/ +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +MASTER_SITE_SUBDIR= source/s/${PORTNAME} MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder |