f6c27e080a
0.2.35 (2021-04-08) * Land #41, Add rand_password method to Rex::Text 0.2.36 (2021-07-01) * Land #30, Fix for vbapplication payload generation 0.2.37 (2021-08-13) * Land #24, Implement Rex::Text random function name generator
14 lines
350 B
Makefile
14 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/09/19 17:01:33 taca Exp $
|
|
|
|
DISTNAME= rex-text-0.2.36
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-text
|
|
COMMENT= Ruby Exploitation methods for text manipulation
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|