aboutsummaryrefslogtreecommitdiff
path: root/security/py-bcrypt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-04-12 03:49:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-04-12 03:49:38 +0000
commit9945b1348da529daed3c740611790a7aef6915ad (patch)
tree27318be1cd2a59fe9ce4a73384ff52cb6538695f /security/py-bcrypt
parent7fce048818a1f94fd8c5d155b1221f7494a5d81e (diff)
downloadports-9945b1348da529daed3c740611790a7aef6915ad.tar.gz
ports-9945b1348da529daed3c740611790a7aef6915ad.zip
- Add google mirror
PR: 156067 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=272575
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>