diff options
author | miwi <miwi@FreeBSD.org> | 2011-04-12 11:49:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-04-12 11:49:38 +0800 |
commit | fc4ceb3a48ffd314e405270f797d6d5139bded19 (patch) | |
tree | 72eeff310198fdd72ffcf1778b3d0348f3bab441 /security/py-bcrypt | |
parent | 02d993f781ba3651f4b6350fd5715009c22a95e7 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |