[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / sqlmap

Annotation of pkgsrc/security/sqlmap/Makefile, Revision 1.17

1.17    ! leot        1: # $NetBSD: Makefile,v 1.16 2019/08/11 13:23:01 wiz Exp $
1.1       leot        2:
1.17    ! leot        3: DISTNAME=      sqlmap-1.4
1.1       leot        4: CATEGORIES=    security
                      5: MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sqlmap/}
                      6:
1.15      leot        7: MAINTAINER=    leot@NetBSD.org
1.1       leot        8: HOMEPAGE=      http://sqlmap.org/
                      9: COMMENT=       Automatic SQL injection and database takeover tool
                     10: LICENSE=       gnu-gpl-v2
                     11:
1.2       leot       12: USE_TOOLS+=    bash:run perl:run
                     13:
1.1       leot       14: DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
                     15:
1.17    ! leot       16: REPLACE_BASH+= sqlmap/extra/shutils/autocompletion.sh
1.1       leot       17: REPLACE_BASH+= sqlmap/extra/shutils/blanks.sh
1.11      leot       18: REPLACE_BASH+= sqlmap/extra/shutils/drei.sh
1.15      leot       19: REPLACE_BASH+= sqlmap/extra/shutils/junk.sh
                     20: REPLACE_BASH+= sqlmap/extra/shutils/modernize.sh
1.5       leot       21: REPLACE_BASH+= sqlmap/extra/shutils/postcommit-hook.sh
1.1       leot       22: REPLACE_BASH+= sqlmap/extra/shutils/precommit-hook.sh
1.8       leot       23: REPLACE_BASH+= sqlmap/extra/shutils/pycodestyle.sh
1.5       leot       24: REPLACE_BASH+= sqlmap/extra/shutils/pydiatra.sh
1.1       leot       25: REPLACE_BASH+= sqlmap/extra/shutils/pyflakes.sh
                     26: REPLACE_BASH+= sqlmap/extra/shutils/pypi.sh
                     27: REPLACE_BASH+= sqlmap/extra/shutils/strip.sh
                     28:
                     29: REPLACE_PERL+= sqlmap/extra/icmpsh/icmpsh-m.pl
                     30:
1.5       leot       31: REPLACE_PYTHON+=       sqlmap/extra/shutils/duplicates.py
                     32: REPLACE_PYTHON+=       sqlmap/extra/shutils/pylint.py
                     33: REPLACE_PYTHON+=       sqlmap/extra/shutils/regressiontest.py
                     34:
1.1       leot       35: USE_LANGUAGES= # none
                     36:
                     37: .include "../../lang/python/application.mk"
                     38: .include "../../lang/python/egg.mk"
                     39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>