summaryrefslogtreecommitdiff
path: root/security/rubygem-rex-encoder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-rex-encoder/Makefile')
-rw-r--r--security/rubygem-rex-encoder/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/rubygem-rex-encoder/Makefile b/security/rubygem-rex-encoder/Makefile
new file mode 100644
index 000000000000..630abe109d2d
--- /dev/null
+++ b/security/rubygem-rex-encoder/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= rex-encoder
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) library for various polymorphic encoders
+
+RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \
+ rubygem-rex-arch>=0:security/rubygem-rex-arch \
+ rubygem-rex-text>=0:security/rubygem-rex-text
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>