summaryrefslogtreecommitdiff
path: root/security/sqlmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sqlmap/Makefile')
-rw-r--r--security/sqlmap/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile
new file mode 100644
index 00000000000..8bd1bafaf34
--- /dev/null
+++ b/security/sqlmap/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2017/03/13 11:25:53 leot Exp $
+
+DISTNAME= sqlmap-1.1.3
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sqlmap.org/
+COMMENT= Automatic SQL injection and database takeover tool
+LICENSE= gnu-gpl-v2
+
+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/pyflakes.sh
+REPLACE_BASH+= sqlmap/extra/shutils/pypi.sh
+REPLACE_BASH+= sqlmap/extra/shutils/strip.sh
+
+REPLACE_PERL+= sqlmap/extra/icmpsh/icmpsh-m.pl
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.3
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"