diff options
author | swills <swills@FreeBSD.org> | 2011-06-20 00:29:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-06-20 00:29:21 +0800 |
commit | 06ec6f1cef507b1b5894f0bc46dcba82f4865eb3 (patch) | |
tree | 1d9e8d591050a8f12f76df0c210049e629bf2417 /dns/Makefile | |
parent | 30b59f62431ae81f22276079edd863796a3254a9 (diff) | |
download | freebsd-ports-gnome-06ec6f1cef507b1b5894f0bc46dcba82f4865eb3.tar.gz freebsd-ports-gnome-06ec6f1cef507b1b5894f0bc46dcba82f4865eb3.tar.zst freebsd-ports-gnome-06ec6f1cef507b1b5894f0bc46dcba82f4865eb3.zip |
Net::DNS is a pure Ruby DNS library, with a clean
OO interface and an extensible API
WWW: http://rubygems.org/gems/net-dns
PR: ports/158012
Submitted by: rpsfa at rit.edu
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 76f799e9bfd3..872de888874d 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -137,6 +137,7 @@ SUBDIR += rbllookup SUBDIR += rbllookup-ng SUBDIR += rubygem-dnsruby + SUBDIR += rubygem-net-dns SUBDIR += scavenge SUBDIR += sheerdns SUBDIR += skadns |