diff options
Diffstat (limited to 'www/py-http-parser/Makefile')
-rw-r--r-- | www/py-http-parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile index 95a6397be10..232aa5f4d0b 100644 --- a/www/py-http-parser/Makefile +++ b/www/py-http-parser/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:33 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:47 wiz Exp $ DISTNAME= http-parser-0.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www -MASTER_SITES= https://pypi.python.org/packages/source/h/http-parser/ +MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-parser/} MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://github.com/benoitc/http-parser |