pkgsrc/devel/p5-Test-Needs/Makefile
wen 0203e77b58 Update to 0.002006
Upstream changes:
0.002006 - 2019-04-04
  - added additional references to related modules in pod
  - various internal cleanups
  - fix backwards compatibility with earlier versions of version.pm
  - fix output from test script when tests fail
  - added note about RELEASE_TESTING to test message on forced failures
2019-04-19 23:40:27 +00:00

18 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/04/19 23:40:27 wen Exp $
DISTNAME= Test-Needs-0.002006
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Needs/
COMMENT= Skip tests when modules not available
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Needs/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"