freebsd-ports/security/rubygem-rex-zip/Makefile
Antoine Brodin 39e392abad New port: security/rubygem-rex-zip
This Gem contains all of the Ruby Exploitation(Rex) library for working with zip
and related files.

WWW: https://github.com/rapid7/rex-zip
2016-07-15 17:50:17 +00:00

21 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= rex-zip
PORTVERSION= 0.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) library for working with zip and related files
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>