0933551c2a
0.1.18 * Add CmdStager option to skip command compression 0.1.19 * Rename opts[:nocompress] to opts[:noconcat]
18 lines
701 B
Makefile
18 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/09/23 18:00:56 taca Exp $
|
|
|
|
DISTNAME= rex-exploitation-0.1.19
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-exploitation
|
|
COMMENT= Rex library for various exploitation helpers
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-jsobfu-[0-9]*:../../security/ruby-jsobfu
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-encoder-[0-9]*:../../security/ruby-rex-encoder
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|