aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-rex-core/Makefile
blob: bc59396a8cb6b05d39a319573cc1434a0079b4b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	rex-core
PORTVERSION=	0.1.32
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Core libraries required for the Ruby Exploitation (Rex) Suite
WWW=		https://github.com/rapid7/rex-core

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>