From c96edeaa0889db7c619d2bfbc74e80d61fd54756 Mon Sep 17 00:00:00 2001 From: he Date: Tue, 22 Jul 2008 08:29:06 +0000 Subject: Import ldns version 1.3.0 from NLnet Labs. The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. A secondary benefit of using ldns is speed; ldns is written in C it should be a lot faster than Perl. --- net/ldns/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/ldns/Makefile (limited to 'net/ldns/Makefile') diff --git a/net/ldns/Makefile b/net/ldns/Makefile new file mode 100644 index 00000000000..c45398f479e --- /dev/null +++ b/net/ldns/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 08:29:06 he Exp $ + +DISTNAME= ldns-1.3.0 +#PKGREVISION= 0 +CATEGORIES= net +MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/ +MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ +COMMENT= Library for simplified DNS programming + +#USE_TOOLS+= aclocal autoconf autoheader automake gawk gmake +USE_TOOLS+= gmake +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3