summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-08 17:43:20 +0000
committerwiz <wiz@pkgsrc.org>2016-06-08 17:43:20 +0000
commit66657f0945bd10aea95bf8000afc916d947cfbd8 (patch)
treeb5b84bf5c7f997fcce4ec3a54792f163b6b658ca /security/py-bcrypt/Makefile
parent2f71cec74f81aa2a3128422a53bff191d1531360 (diff)
downloadpkgsrc-66657f0945bd10aea95bf8000afc916d947cfbd8.tar.gz
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'security/py-bcrypt/Makefile')
-rw-r--r--security/py-bcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index 25a3b02ff92..9d078304758 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2015/04/25 13:48:50 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:39 wiz Exp $
DISTNAME= bcrypt-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= python security
-MASTER_SITES= https://pypi.python.org/packages/source/b/bcrypt/
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/pyca/bcrypt/