aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-struct2/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-07-23 09:28:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-07-23 09:28:56 +0000
commit2a99161318a3ed5ad124e526c965a3217e0fdcbc (patch)
tree7af0f810b7424ffbf4d0d8bd98b5c110416e455f /security/rubygem-rex-struct2/Makefile
parent4cc77d63368a8b8f2953cc221f2eafd5b5bf64a9 (diff)
downloadports-2a99161318a3ed5ad124e526c965a3217e0fdcbc.tar.gz
ports-2a99161318a3ed5ad124e526c965a3217e0fdcbc.zip
New port: security/rubygem-rex-struct2
This Gem contains all of the Ruby Exploitation(Rex) library for generating/manipulating C-Style structs. WWW: https://github.com/rapid7/rex-struct2
Notes
Notes: svn path=/head/; revision=418952
Diffstat (limited to 'security/rubygem-rex-struct2/Makefile')
-rw-r--r--security/rubygem-rex-struct2/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/rubygem-rex-struct2/Makefile b/security/rubygem-rex-struct2/Makefile
new file mode 100644
index 000000000000..d0ae37b3b3ab
--- /dev/null
+++ b/security/rubygem-rex-struct2/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= rex-struct2
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) library for creating and using C-like structs
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>