aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-socket/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-09-17 12:21:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-09-17 12:21:06 +0000
commit03c0b4c1984dc709b19d2373694531224e643abe (patch)
tree9178e5362090c068915a613c42ff634acae6f22a /security/rubygem-rex-socket/Makefile
parent9ee9e6c1cbb394394661eaa9d988546e90b495b6 (diff)
Notes
Diffstat (limited to 'security/rubygem-rex-socket/Makefile')
-rw-r--r--security/rubygem-rex-socket/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile
new file mode 100644
index 000000000000..7aed8774a68f
--- /dev/null
+++ b/security/rubygem-rex-socket/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= rex-socket
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) socket abstraction library
+
+RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>