pkgsrc/security/snallygaster/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

24 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:46 wiz Exp $
DISTNAME= snallygaster-0.0.9
PKGREVISION= 2
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"