pkgsrc/security/ruby-rex-rop_builder/Makefile
taca c6e4fdcc68 security/ruby-rex-rop_builder: update to 0.1.4
0.1.4 (2020-11-30)

* update spec to require Ruby 2.2.0 or greater
* 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
2021-02-05 15:28:07 +00:00

20 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/02/05 15:28:07 taca Exp $
DISTNAME= rex-rop_builder-0.1.4
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-rop_builder
COMMENT= Ruby Exploitation Library for building ROP chains
LICENSE= modified-bsd
USE_LANGUAGES= # none
DEPENDS+= ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"