freebsd-ports/security/rubygem-rex-struct2/Makefile
Antoine Brodin 2a99161318 New port: security/rubygem-rex-struct2
This Gem contains all of the Ruby Exploitation(Rex) library for
generating/manipulating C-Style structs.

WWW: https://github.com/rapid7/rex-struct2
2016-07-23 09:28:56 +00:00

19 lines
329 B
Makefile

# $FreeBSD$
PORTNAME= rex-struct2
PORTVERSION= 0.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) library for creating and using C-like structs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>