8adf3d3597
1.20200215 2020-02-15 15:07:49+00:00 UTC - Add missing Changelog - Debugging mode with output via STDERR and method 1.20200214 - Add Mocking of Exceptions
20 lines
562 B
Makefile
20 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/04/18 13:16:55 mef Exp $
|
|
|
|
DISTNAME= Net-DNS-Resolver-Mock-1.20200215
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/Net::DNS::Resolver::Mock
|
|
COMMENT= Mock a DNS Resolver object for testing
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
|
|
|
|
#USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Net/DNS/Resolver/Mock/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|