diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-01-22 20:41:01 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-01-22 20:41:01 +0000 |
commit | 4945d1fa9d0d00e5241cb6154775494d0f72c556 (patch) | |
tree | 3c0e04e6516674265fb5aba95d97b8a860651747 /security/sqlmap/Makefile | |
parent | 33e43bea52760e50abee1b859b2cfa5e89cd4a47 (diff) | |
download | ports-4945d1fa9d0d00e5241cb6154775494d0f72c556.tar.gz ports-4945d1fa9d0d00e5241cb6154775494d0f72c556.zip |
Notes
Diffstat (limited to 'security/sqlmap/Makefile')
-rw-r--r-- | security/sqlmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 8cf0ae730851..948b629180e8 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlmap -PORTVERSION= 1.1.10 +PORTVERSION= 1.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -10,12 +10,12 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Automatic SQL injection tool LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/sqlmap/doc/COPYING +LICENSE_FILE= ${WRKSRC}/sqlmap/LICENSE NO_ARCH= yes USES= python:-2.7 shebangfix USE_PYTHON= autoplist distutils -SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh +SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py OPTIONS_DEFINE= MSF MSF_DESC= Enable Metasploit Framework integration |