opnsense-ports/security/rubygem-metasploit-aggregator/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
431 B
Makefile

PORTNAME= metasploit-aggregator
PORTVERSION= 1.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Proxy for Meterpreter sessions
WWW= https://github.com/rapid7/metasploit-aggregator
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-grpc>=0:net/rubygem-grpc \
rubygem-rex-arch>=0:security/rubygem-rex-arch
NO_ARCH= yes
USES= gem
PLIST_FILES= bin/metasploit-aggregator
.include <bsd.port.mk>