pkgsrc/security/ruby-rex-rop_builder/Makefile
minskim b0f4ed8708 security/ruby-rex-rop_builder: Import version 0.1.3
This is the Ruby Exploitation(Rex) Library for building ROP chains. It
also comes with the msfrop command line tool.
2017-10-13 18:39:13 +00:00

18 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/10/13 18:39:13 minskim Exp $
DISTNAME= rex-rop_builder-0.1.3
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
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"