aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-metasploit-aggregator/Makefile
blob: 87d37b421adcfa8a765db3763816e021732f983a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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>