9e041465c3
Revision history for Net::DNS ============================= *** 0.47 April 1, 2004 safe_push() is back in Net::DNS::Packet, due to the excellent debate skills of Luis E Monoz. However, the name safe_push() is deprecated, use the new name unique_push() instead. Fixed a bug in Net::DNS::Nameserver which caused the class to build packets incorrectly in some cases. [Ask Bjorn Hansen] Error message cleanups in Net::DNS::typesbyname() and Net::DNS::typesbyval() [Ask Bjorn Hansen] Net::DNS::RR::new_from_hash() now works with unknown RR types [Olaf].
29 lines
869 B
Makefile
29 lines
869 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/05/29 16:50:49 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-DNS-0.47
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ndn
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
|
|
http://www.net-dns.org/download/
|
|
|
|
MAINTAINER= hubertf@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"
|