2021-02-05 16:28:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2021/02/05 15:28:07 taca Exp $
|
2017-10-13 20:39:13 +02:00
|
|
|
|
2021-02-05 16:28:07 +01:00
|
|
|
DISTNAME= rex-rop_builder-0.1.4
|
2017-10-13 20:39:13 +02:00
|
|
|
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
|
|
|
|
|
2020-06-21 16:54:50 +02:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-10-13 20:39:13 +02:00
|
|
|
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"
|