aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/rubygem-dnsruby/Makefile20
-rw-r--r--dns/rubygem-dnsruby/distinfo3
-rw-r--r--dns/rubygem-dnsruby/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 053c14666922..635c59343d14 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -123,6 +123,7 @@
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
+ SUBDIR += rubygem-dnsruby
SUBDIR += scavenge
SUBDIR += sheerdns
SUBDIR += skadns
diff --git a/dns/rubygem-dnsruby/Makefile b/dns/rubygem-dnsruby/Makefile
new file mode 100644
index 000000000000..0e31e56aac3c
--- /dev/null
+++ b/dns/rubygem-dnsruby/Makefile
@@ -0,0 +1,20 @@
+# Ports collection makefile for: rubygem-dnsruby
+# Date created: 26 Aug, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dnsruby
+PORTVERSION= 1.35
+CATEGORIES= dns rubygems
+MASTER_SITES= RF
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= A pure Ruby DNS client library
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/dns/rubygem-dnsruby/distinfo b/dns/rubygem-dnsruby/distinfo
new file mode 100644
index 000000000000..5b4d6d9882d4
--- /dev/null
+++ b/dns/rubygem-dnsruby/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/dnsruby-1.35.gem) = fe7ab81eeef4af584deee7d8d87d08bc
+SHA256 (rubygem/dnsruby-1.35.gem) = 6dc756158185ecc4a64ea635f2a48ec1c374e2c2b5c26030335f96d2d76bedce
+SIZE (rubygem/dnsruby-1.35.gem) = 342016
diff --git a/dns/rubygem-dnsruby/pkg-descr b/dns/rubygem-dnsruby/pkg-descr
new file mode 100644
index 000000000000..b0b4df29944b
--- /dev/null
+++ b/dns/rubygem-dnsruby/pkg-descr
@@ -0,0 +1,5 @@
+Dnsruby is a pure Ruby DNS client library. It provides a
+complete DNS client implementation, including full DNSSEC
+support.
+
+WWW: http://rubyforge.org/projects/dnsruby/