aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-bcrypt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-04-12 11:49:38 +0800
committermiwi <miwi@FreeBSD.org>2011-04-12 11:49:38 +0800
commitfc4ceb3a48ffd314e405270f797d6d5139bded19 (patch)
tree72eeff310198fdd72ffcf1778b3d0348f3bab441 /security/py-bcrypt
parent02d993f781ba3651f4b6350fd5715009c22a95e7 (diff)
downloadfreebsd-ports-gnome-fc4ceb3a48ffd314e405270f797d6d5139bded19.tar.gz
freebsd-ports-gnome-fc4ceb3a48ffd314e405270f797d6d5139bded19.tar.zst
freebsd-ports-gnome-fc4ceb3a48ffd314e405270f797d6d5139bded19.zip
- Add google mirror
PR: 156067 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r--security/py-bcrypt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index a0f4b250adbc..03e7d76f06bd 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -9,7 +9,8 @@
PORTNAME= bcrypt
PORTVERSION= 0.2
CATEGORIES= security python
-MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/
+MASTER_SITES= GOOGLE_CODE \
+ http://www.mindrot.org/files/py-bcrypt/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
@@ -26,4 +27,6 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
CFLAGS+= -I${LOCALBASE}/include
MAKE_ENV= "LDFLAGS=-L${LOCALBASE}/lib"
+PROJECTHOST= py-bcrypt
+
.include <bsd.port.mk>