mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
495 B
Makefile
27 lines
495 B
Makefile
COMMENT = The Router Exploitation Framework
|
|
|
|
MODPY_DISTV = 3.4.7
|
|
GH_ACCOUNT = threat9
|
|
GH_PROJECT = routersploit
|
|
GH_TAGNAME = v${MODPY_DISTV}
|
|
|
|
CATEGORIES = security net
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
RUN_DEPENDS = devel/py-setuptools \
|
|
net/py-snmp \
|
|
net/py-standard-telnetlib \
|
|
security/py-cryptodome \
|
|
security/py-paramiko \
|
|
www/py-requests
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|