pkgsrc/security/ruby-rex-arch/Makefile
minskim ba4699243b security/ruby-rex-arch: Import version 0.1.11
Ruby Exploitation(Rex) Library which contains architecture specific
information such as registers, opcodes, and stack manipulation
routines.
2017-10-13 15:59:36 +00:00

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"