diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-30 12:24:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-30 12:24:11 +0800 |
commit | 5df9e4c658a115f9731822f90136a2cba1deb6e6 (patch) | |
tree | a6e05a56768d55f35acf293647fe5824ac0625de /dns/Makefile | |
parent | 90ec15a429a2d5f2b9851818fcdb37f36578c6ce (diff) | |
download | freebsd-ports-gnome-5df9e4c658a115f9731822f90136a2cba1deb6e6.tar.gz freebsd-ports-gnome-5df9e4c658a115f9731822f90136a2cba1deb6e6.tar.zst freebsd-ports-gnome-5df9e4c658a115f9731822f90136a2cba1deb6e6.zip |
[NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and drafts
Ldns is a library to simplify implementaition of recent DNS
RFCs. The goal is to allow depelopers to easily create
software conforming to current RFCs and experimental software
for current Internet drafts. Because ldns is written in C
it should be a lot faster than Perl or other scripting
languages.
WWW: http://www.nlnetlabs.nl/ldns/
PR: ports/91042
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> <saurbier@math.uni-bielefeld.de>
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 5afa8af3c9b2..c597c7d0cce1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -50,6 +50,7 @@ SUBDIR += inadyn SUBDIR += ipcheck SUBDIR += ldapdns + SUBDIR += ldns SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += maradns |