2940704635
Changes since 0.45 ================== *** 0.46 February 21, 2004 IPv6 reverse lookups can now be done with Net::DNS::Resolver::search(), as well as with query(). Hostnames can now be used in the 'nameservers' arguement to Net::DNS::Resolver->new() Removed Net::DNS::Select from the package. IO::Select appears to work on windows just fine. Fixed a bug that caused MXes with a preference of 0 to function incorrectly, reported by Dick Franks. Net::DNS had a few problems running under taint mode, especially under cygwin. These issues have been fixed. More issues with taint mode may lay undiscovered. Applied Matthew Darwin's patch added support for IPv6 reverse lookups to Net::DNS::Resolver::query.
29 lines
845 B
Makefile
29 lines
845 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/03/07 01:42:09 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-DNS-0.46
|
|
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:../../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"
|