pkgsrc/net/p5-Net-DNS/Makefile
wiz f11c774a29 Update to p5-Net-DNS to 1.05:
**** 1.05 March 7, 2016

Fix rt.cpan.org #111559

	1.04: TSIG not working anymore (TSIG.pm)

Fix rt.cpan.org #108908

	Installing recent version gets shadowed by old version.
	Warnings added to Makefile.PL and t/00-version.t.

Fix rt.cpan.org #66900

	Net::DNS::Async unable to retry truncated UDP using TCP because
	of limitations in Net::DNS.
2016-03-09 11:31:27 +00:00

45 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.69 2016/03/09 11:31:27 wiz Exp $
DISTNAME= Net-DNS-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
http://www.net-dns.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.net-dns.org/
COMMENT= Perl5 module for DNS resolution
LICENSE= ${PERL5_LICENSE}
#BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl>=5.8.0}:../../devel/p5-Test-Simple
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.12}:../../security/p5-Digest-MD5
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.11}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Net-IP>=1.20:../../net/p5-Net-IP
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Net-DNS
PKG_SUPPORTED_OPTIONS= inet6 online-tests
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
DEPENDS+= p5-IO-Socket-INET6>=2.01:../../net/p5-IO-Socket-INET6
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
MAKE_PARAMS+= --IPv6-tests
.else
MAKE_PARAMS+= --no-IPv6-tests
.endif
.if !empty(PKG_OPTIONS:Monline-tests)
MAKE_PARAMS+= --online-tests
.else
MAKE_PARAMS+= --no-online-tests
.endif
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Net/DNS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"