blob: 9ba641ac4e66856fb490ef572095f677aa7e0794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|