Files
ports/security/routersploit/Makefile
T
2025-04-29 10:39:48 +00:00

27 lines
482 B
Makefile

COMMENT = The Router Exploitation Framework
MODPY_DISTV = 3.4.0
GH_ACCOUNT = threat9
GH_PROJECT = routersploit
GH_TAGNAME = v${MODPY_DISTV}
REVISION = 8
CATEGORIES = security net
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-future \
net/py-snmp \
security/py-cryptodome \
security/py-paramiko \
www/py-requests
NO_TEST = Yes
.include <bsd.port.mk>