diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-13 09:10:11 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-13 09:10:11 +0000 |
commit | db5c3459b9eba8b45f71fe307030bcb00effd9e9 (patch) | |
tree | f9f55b77e56cb1f641492ca11383df48b58c6dc1 /security/sqlmap | |
parent | fd50f6ef7972c8e3e0cbe68686d1431ea0358731 (diff) | |
download | ports-db5c3459b9eba8b45f71fe307030bcb00effd9e9.tar.gz ports-db5c3459b9eba8b45f71fe307030bcb00effd9e9.zip |
Notes
Diffstat (limited to 'security/sqlmap')
-rw-r--r-- | security/sqlmap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 2b395003a1ed..1bddae9384a7 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -8,13 +8,15 @@ PORTNAME= sqlmap PORTVERSION= 0.9 CATEGORIES= security python -MASTER_SITES= SF +MASTER_SITES= https://github.com/sqlmapproject/sqlmap/downloads/ \ + SF MAINTAINER= rm@FreeBSD.org COMMENT= An automatic SQL injection tool LICENSE= GPLv2 +FETCH_ARGS= -pRr USE_PYTHON= -2.7 WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh |