0b2eb05bda
0.1.17 2018/02/09 * Add bourne busybox base64 decoder 0.1.16 2017/11/29 * Add user agent regexes to HTTP CmdStagers
18 lines
701 B
Makefile
18 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/03/21 13:23:47 taca Exp $
|
|
|
|
DISTNAME= rex-exploitation-0.1.17
|
|
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"
|