Changes: 1.1.9 ----- - Misc bug fixes and improvements 1.1.8 ----- - Add support to log all HTTP traffic into an HAR file (via `--har' option) - Misc bug fixes 1.1.7 ----- - Add Bulgarian translation - Misc bug fixes and improvements 1.1.6 ----- - Misc bug fixes
32 lines
981 B
Makefile
32 lines
981 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/09/14 12:43:54 leot Exp $
|
|
|
|
DISTNAME= sqlmap-1.1.9
|
|
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
|
|
|
|
USE_TOOLS+= bash:run perl:run
|
|
|
|
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.9
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|