2021-05-24 21:49:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2021/05/24 19:53:34 wiz Exp $
|
2010-02-20 11:40:00 +01:00
|
|
|
#
|
|
|
|
|
2020-04-21 12:46:02 +02:00
|
|
|
DISTNAME= Test-DNS-0.203
|
2010-02-20 11:40:00 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2021-05-24 21:49:01 +02:00
|
|
|
PKGREVISION= 2
|
2010-02-20 11:40:00 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Test-DNS
|
2010-02-20 11:40:00 +01:00
|
|
|
COMMENT= Perl 5 module to test DNS queries and zone configuration
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
2020-04-21 12:46:02 +02:00
|
|
|
#ERL5_MODULE_TYPE= Module::Build
|
2010-02-20 11:40:00 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Test/DNS/.packlist
|
|
|
|
|
2020-04-21 12:46:02 +02:00
|
|
|
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
2010-02-20 11:40:00 +01:00
|
|
|
DEPENDS+= p5-Moose>=0.8:../../devel/p5-Moose
|
2010-08-04 11:38:49 +02:00
|
|
|
DEPENDS+= p5-Net-DNS>=0:../../net/p5-Net-DNS
|
2010-02-20 11:40:00 +01:00
|
|
|
DEPENDS+= p5-Set-Object>=0:../../devel/p5-Set-Object
|
|
|
|
DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|