freebsd-ports/security/rubygem-rex-zip/Makefile
2024-01-05 15:30:42 +00:00

19 lines
399 B
Makefile

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