9069180f1d
0.1.4 (2020-11-30) * update spec to require Ruby 2.2.0 or greater
14 lines
370 B
Makefile
14 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/02/05 15:25:57 taca Exp $
|
|
|
|
DISTNAME= rex-registry-0.1.4
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-registry
|
|
COMMENT= Ruby Exploitation library for parsing Windows registry files
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|