freebsd-ports/security/rubygem-rex-core/Makefile

19 lines
319 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= rex-core
2018-03-02 14:52:02 +01:00
PORTVERSION= 0.1.13
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
2017-08-09 13:43:01 +02:00
COMMENT= Core libraries required for the Ruby Exploitation (Rex) Suite
2017-01-07 14:56:34 +01:00
LICENSE= BSD3CLAUSE
2017-04-27 23:25:41 +02:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2017-01-07 14:56:34 +01:00
NO_ARCH= yes
USES= gem
2017-08-09 13:43:01 +02:00
USE_RUBY= yes
.include <bsd.port.mk>