summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/Makefile
diff options
context:
space:
mode:
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/