diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-06-19 16:29:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-06-19 16:29:21 +0000 |
commit | 63b9b4b7d9d3cd0a54b5cac1ad51fa10d69ffb71 (patch) | |
tree | 8c75a8d4fe880db211893452ac71b9fd5de1f030 /dns/Makefile | |
parent | 5953db3b790c548bf267a8e029c83b3c2b84eded (diff) |
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
Notes
Notes:
svn path=/head/; revision=275843
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 |