summaryrefslogtreecommitdiff
path: root/net/ldns/Makefile
diff options
context:
space:
mode:
authorhe <he>2008-07-22 08:29:06 +0000
committerhe <he>2008-07-22 08:29:06 +0000
commitc96edeaa0889db7c619d2bfbc74e80d61fd54756 (patch)
treeb6fc4cea1b518978ac51019dc2df26877b541ba8 /net/ldns/Makefile
parentf18768eadf254b874113df80ff5736b24c0e9c99 (diff)
downloadpkgsrc-c96edeaa0889db7c619d2bfbc74e80d61fd54756.tar.gz
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.
Diffstat (limited to 'net/ldns/Makefile')
-rw-r--r--net/ldns/Makefile17
1 files changed, 17 insertions, 0 deletions
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"