summaryrefslogtreecommitdiff
path: root/security/ruby-rex-socket/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2017-10-13 18:22:46 +0000
committerminskim <minskim@pkgsrc.org>2017-10-13 18:22:46 +0000
commitbb48edba864d186bcd9502ca522184dd04d246bf (patch)
treefbc5335651c97f74163b526cd14434240feb73b6 /security/ruby-rex-socket/Makefile
parentc516181bcef661877bb40e9c1a41f25300fa7f74 (diff)
downloadpkgsrc-bb48edba864d186bcd9502ca522184dd04d246bf.tar.gz
security/ruby-rex-socket: Import version 0.1.8
Ruby Exploitation(Rex) Library which contains architecture specific information such as registers, opcodes, and stack manipulation routines.
Diffstat (limited to 'security/ruby-rex-socket/Makefile')
-rw-r--r--security/ruby-rex-socket/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/ruby-rex-socket/Makefile b/security/ruby-rex-socket/Makefile
new file mode 100644
index 00000000000..fb25d6b23b2
--- /dev/null
+++ b/security/ruby-rex-socket/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 18:22:46 minskim Exp $
+
+DISTNAME= rex-socket-0.1.8
+CATEGORIES= security
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/rapid7/rex-socket
+COMMENT= Rex socket abstraction library
+LICENSE= modified-bsd
+
+DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"