diff options
author | wen <wen@FreeBSD.org> | 2010-10-27 09:26:24 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-10-27 09:26:24 +0800 |
commit | f2fd1987537877575963e62bfd7a63553c63cb47 (patch) | |
tree | 0ad1c5da93f0ce041f82c028ca2f50a9ed7c8442 /dns/Makefile | |
parent | fbe261332dad8d29d7149af8cacb35761bbad4f5 (diff) | |
download | freebsd-ports-gnome-f2fd1987537877575963e62bfd7a63553c63cb47.tar.gz freebsd-ports-gnome-f2fd1987537877575963e62bfd7a63553c63cb47.tar.zst freebsd-ports-gnome-f2fd1987537877575963e62bfd7a63553c63cb47.zip |
pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but
using PHP5 objects, exceptions for error handling, better sockets support.
This release is (in most cases) 2x - 10x faster than Net_DNS, as well as
includes more RR's (including DNSSEC RR's), and improved sockets and streams
support.
WWW: http://pear.php.net/package/Net_DNS2/
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 b36b81216cfd..05664eeefab4 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -120,6 +120,7 @@ SUBDIR += pdnsd SUBDIR += pear-File_DNS SUBDIR += pear-Net_DNS + SUBDIR += pear-Net_DNS2 SUBDIR += posadis SUBDIR += poweradmin SUBDIR += powerdns |