d7507f115f
Update ruby-rex-bin_tools to 0.1.6. No release notes available.
22 lines
765 B
Makefile
22 lines
765 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/03/24 16:10:30 taca Exp $
|
|
|
|
DISTNAME= rex-bin_tools-0.1.6
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-bin_tools
|
|
COMMENT= Ruby Exploitation Library for binary manipulation
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-struct2-[0-9]*:../../security/ruby-rex-struct2
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|