ba4699243b
Ruby Exploitation(Rex) Library which contains architecture specific information such as registers, opcodes, and stack manipulation routines.
14 lines
417 B
Makefile
14 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/13 15:59:36 minskim Exp $
|
|
|
|
DISTNAME= rex-arch-0.1.11
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-arch
|
|
COMMENT= Rex Library which contains architecture specific information
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|