mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
30 lines
496 B
Makefile
30 lines
496 B
Makefile
COMMENT = subdomain scanner
|
|
|
|
MODPY_DISTV = 8.0.0
|
|
DISTNAME = knockpy-${MODPY_DISTV}
|
|
|
|
GH_ACCOUNT = guelfoweb
|
|
GH_PROJECT = knock
|
|
GH_TAGNAME = ${MODPY_DISTV}
|
|
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-tqdm \
|
|
net/py-dnspython \
|
|
security/py-openssl \
|
|
sysutils/py-dotenv \
|
|
www/py-beautifulsoup4 \
|
|
www/py-httpx \
|
|
www/py-requests
|
|
|
|
.include <bsd.port.mk>
|