sebastia 203e00d74f Update to 3.4.0
lots of new things in here, switch to new GH_ACCOUNT
takeover MAINTAINER

OK gonzalo@, awolk@ (former MAINTAINER)
2019-09-05 08:33:27 +00:00

29 lines
659 B
Makefile

# $OpenBSD: Makefile,v 1.3 2019/09/05 08:33:27 sebastia Exp $
COMMENT = The Router Exploitation Framework
MODPY_EGG_VERSION = 3.4.0
GH_ACCOUNT = threat9
GH_PROJECT = routersploit
GH_TAGNAME = v${MODPY_EGG_VERSION}
CATEGORIES = security net
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
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>