blob: 11254e356a9940e12dfcf1efdcfa75458e953f2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2017/09/29 16:25:43 minskim Exp $
DISTNAME= rex-text-0.2.15
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-text
COMMENT= Ruby Exploitation methods for text manipulation
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|