freebsd-ports/security/rubygem-metasploit-aggregator/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
391 B
Makefile

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