summaryrefslogtreecommitdiff
path: root/security/sqlmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sqlmap/Makefile')
-rw-r--r--security/sqlmap/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile
index 44b87811c61..f0c51aa9db2 100644
--- a/security/sqlmap/Makefile
+++ b/security/sqlmap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/09/14 12:43:54 leot Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/21 21:46:34 leot Exp $
-DISTNAME= sqlmap-1.1.9
+DISTNAME= sqlmap-1.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
@@ -15,17 +15,22 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
REPLACE_BASH+= sqlmap/extra/shutils/blanks.sh
REPLACE_BASH+= sqlmap/extra/shutils/pep8.sh
-REPLACE_BASH+= sqlmap/extra/shutils/precommit-hook.sh
REPLACE_BASH+= sqlmap/extra/shutils/postcommit-hook.sh
+REPLACE_BASH+= sqlmap/extra/shutils/precommit-hook.sh
+REPLACE_BASH+= sqlmap/extra/shutils/pydiatra.sh
REPLACE_BASH+= sqlmap/extra/shutils/pyflakes.sh
REPLACE_BASH+= sqlmap/extra/shutils/pypi.sh
REPLACE_BASH+= sqlmap/extra/shutils/strip.sh
REPLACE_PERL+= sqlmap/extra/icmpsh/icmpsh-m.pl
+REPLACE_PYTHON+= sqlmap/extra/shutils/duplicates.py
+REPLACE_PYTHON+= sqlmap/extra/shutils/pylint.py
+REPLACE_PYTHON+= sqlmap/extra/shutils/regressiontest.py
+
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.9
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"