pkgsrc/security/snallygaster/Makefile
leot 4286232707 snallygaster: Update to 0.0.8
Changes:
0.0.8
-----
 - add vb_test.php check
 - add phpinfo test

0.0.7
-----
 - add a test for openelasticsearch
 - add check for django debugging on error pages
 - print more information about invalid hostnames
 - add laravel telescope test
2020-07-13 16:14:56 +00:00

23 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/07/13 16:14:56 leot Exp $
DISTNAME= snallygaster-0.0.8
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/snallygaster/}
MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://github.com/hannob/snallygaster
COMMENT= Tool to scan for secret files on HTTP servers
LICENSE= cc0-1.0-universal
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
USE_LANGUAGES= # none
# Only for Python 3
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"