465d50a2b7
For the complete change log of the ldns container, see ../../net/ldns. Changes relevant to drill: * README now shows preferred way to configure for examples and drill. * Bind to source address for resolvers. drill binds to source with -I. Thanks Bryan Duff. * bugfix #497: Properly test for EOF when reading key files with drill. * bugfix #521: drill trace continue on empty non-terminals with NSEC3 * New RR types HIP, NINFO, RKEY, CDS, EUI48, EUI64, URI, CAA and TA.
26 lines
624 B
Makefile
26 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/11/21 09:26:24 he Exp $
|
|
|
|
VERSION= 1.6.17
|
|
DISTNAME= ldns-${VERSION}
|
|
PKGNAME= drill-${VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
|
|
|
|
MAINTAINER= he@NetBSD.org
|
|
HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html
|
|
COMMENT= DNSSEC debugging tool a'la dig
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-ldns=${PREFIX}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/drill
|
|
|
|
BUILDLINK_API_DEPENDS.ldns+= ldns>=${VERSION}
|
|
|
|
.include "../../net/ldns/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|