17 lines
340 B
Makefile
17 lines
340 B
Makefile
PORTNAME= rex-text
|
|
PORTVERSION= 0.2.53
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Ruby Exploitation(Rex) methods for text manipulation and generation
|
|
WWW= https://github.com/rapid7/rex-text
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|