summaryrefslogtreecommitdiff
path: root/net/ldns/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-07-22 08:29:06 +0000
committerhe <he@pkgsrc.org>2008-07-22 08:29:06 +0000
commit41aa14b35cd89afde48f02fc5e49372eab1125a2 (patch)
treeb6fc4cea1b518978ac51019dc2df26877b541ba8 /net/ldns/Makefile
parentc698b23d0100c7c5f532d3704213be6237d26b14 (diff)
downloadpkgsrc-41aa14b35cd89afde48f02fc5e49372eab1125a2.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"