a1a4d46750
Add "USE_LANGUAGES= # noen" for pure Ruby packages.
20 lines
617 B
Makefile
20 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca 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
|
|
|
|
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"
|