blob: 799433b406b8da98f798d03b48ede3aaf68ed025 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2018/03/21 13:18:03 taca Exp $
DISTNAME= rex-text-0.2.16
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"
|