595fa847b4
0.1.3 * relax dev bundle and update authors … - Allows bundle with latest bundler - Updates authors to reflect current maintainers - Update travis to test with 2.7.2 * Land #1, Update gemspec
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/02/05 15:32:33 taca Exp $
|
|
|
|
DISTNAME= rex-struct2-0.1.3
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-struct2
|
|
COMMENT= Ruby Exploitation library for generating C-style structs
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|