5d16517f92
Update ruby-rex-exploitation to 0.1.24. No release note nore changes is available.
20 lines
724 B
Makefile
20 lines
724 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/06/07 14:51:17 taca Exp $
|
|
|
|
DISTNAME= rex-exploitation-0.1.24
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|