00dd414daa
0.1.6 (2017-05-11) * update spec to require Ruby 2.2.0 or greater
14 lines
363 B
Makefile
14 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/02/05 15:12:42 taca Exp $
|
|
|
|
DISTNAME= rex-java-0.1.6
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-java
|
|
COMMENT= Ruby Exploitation library for parsing Java serialized streams
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|