openbsd-ports/security/routersploit/Makefile
2022-11-13 15:29:41 +00:00

27 lines
565 B
Makefile

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