aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-ruby-rc4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-ruby-rc4/Makefile')
-rw-r--r--security/rubygem-ruby-rc4/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/rubygem-ruby-rc4/Makefile b/security/rubygem-ruby-rc4/Makefile
new file mode 100644
index 000000000000..7f3e2014a1b8
--- /dev/null
+++ b/security/rubygem-ruby-rc4/Makefile
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ruby-rc4
+PORTVERSION= 0.1.5
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Pure Ruby implementation of the RC4 algorithm
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>