pkgsrc/net/p5-Net-DNS/Makefile
nia 51c79de873 p5-Net-DNS: Update to 1.23
**** 1.23 Mar 18, 2020

	Deprecate 2-argument form of TSIG create().

Fix rt.cpan.org #132170

	[Documentation] Problems with TSIG on ddns update.

Fix rt.cpan.org #131906

	Undefined errorstring/warning when axfr fails


**** 1.22 Feb 13, 2020

Fix rt.cpan.org #131579

	Parse issue in Net::DNS::RR->token

Feature
	Provide rudimentary decode and print for DSO packet.
2020-03-22 21:09:42 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.91 2020/03/22 21:09:42 nia Exp $
DISTNAME= Net-DNS-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MASTER_SITES+= http://www.net-dns.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.net-dns.org/
COMMENT= Perl5 module for DNS resolution
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
DEPENDS+= p5-Net-IP>=1.20:../../net/p5-Net-IP
TEST_DEPENDS+= p5-Net-DNS-SEC-[0-9]*:../../security/p5-Net-DNS-SEC
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
PERL5_PACKLIST= auto/Net/DNS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"