aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-registry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-rex-registry/Makefile')
-rw-r--r--security/rubygem-rex-registry/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/rubygem-rex-registry/Makefile b/security/rubygem-rex-registry/Makefile
new file mode 100644
index 000000000000..1a520dfc6e6d
--- /dev/null
+++ b/security/rubygem-rex-registry/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= rex-registry
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) library for parsing offline registry files
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>