pkgsrc/net/drill/Makefile
he fb6b72e8e0 Import drill version 1.0-pre3 from NLnet Labs, as embedded in ldns-1.3.0.
Drill is a tool ala dig from BIND. It was designed with DNSSEC in
mind and should be a useful debugging/query tool for DNSSEC.

A lot of DNS debugging is done with dig, but as dig is made with
the same libraries as BIND8/9 (the most used DNS server out there),
what are you actually debugging/testing? Drill has nothing in common
with either NSD nor BIND. During the development process we are
actually uncovering obscure bugs in NSD and BIND (and in drill
itself).
2008-07-22 08:32:33 +00:00

20 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 08:32:33 he Exp $
DISTNAME= ldns-1.3.0
VERSION= 1.0-pre3
PKGNAME= drill-${VERSION}
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html
COMMENT= DNSSEC debugging tool a'la dig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ldns=${PREFIX}
WRKSRC= ${WRKDIR}/${DISTNAME}/drill
.include "../../net/ldns/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"