f3ab2d5e76
Net::DNS is now stored in a subversion repository, replacing cvs. As such the submodule version numbers have taken another big jump. Luckily those numbers don't matter as long as they work. Fixed a bug with Unknown RR types that broke zone signing [Olaf]. Added callback support to Net::DNS::Resolver::Recuse. The demo/trace_dns.pl script demonstrates this. Added a note regarding answers with an empty answer section to the Net::DNS::Resolver::search() and Net::DNS::Resolver::query() documentation. The copyright notice for Net::DNS::RR::SSHFP was incorrect. That file is Copyright (c) 2004 RIPE NCC, Olaf Kolkman.
29 lines
865 B
Makefile
29 lines
865 B
Makefile
# $NetBSD: Makefile,v 1.25 2005/03/22 14:15:28 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-DNS-0.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ndn
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
|
|
http://www.net-dns.org/download/
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://www.net-dns.org/
|
|
COMMENT= Perl5 module for DNS resolution
|
|
|
|
BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
|
|
DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_REQD+= 5.6.0
|
|
MAKE_PARAMS= --online-tests
|
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|