diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-27 17:20:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-27 17:20:22 +0800 |
commit | 97bd175aa5e0b9bbe999a6e520d1f55992d5e69c (patch) | |
tree | c970194d2ef396c33420938d4e2ad386cc77ce29 /dns/Makefile | |
parent | 2d92828c6917542a4468cb2f89ea7985a23efcfd (diff) | |
download | freebsd-ports-gnome-97bd175aa5e0b9bbe999a6e520d1f55992d5e69c.tar.gz freebsd-ports-gnome-97bd175aa5e0b9bbe999a6e520d1f55992d5e69c.tar.zst freebsd-ports-gnome-97bd175aa5e0b9bbe999a6e520d1f55992d5e69c.zip |
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/
PR: ports/138203
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 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 |