diff options
Diffstat (limited to 'security/py-oauth2/Makefile')
-rw-r--r-- | security/py-oauth2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-oauth2/Makefile b/security/py-oauth2/Makefile index 1519f3054db..35383330cd8 100644 --- a/security/py-oauth2/Makefile +++ b/security/py-oauth2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:38 wiz Exp $ DISTNAME= oauth2-1.5.211 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python security www -MASTER_SITES= http://pypi.python.org/packages/source/o/oauth/ +MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/oauth2/ |