498507dc86
Upstream changes: 0.002009 - 2021-05-25 - fix warnings from Test::Builder if Test::Needs is loaded first, and is used to check for a Test module. - fix location in code reported when a module check fails. - support short forms of perl versions - support perl versions greater than 5 - fix handling of v-string versions on perl 5.6 0.002_008 - 2019-07-12 - fix test compatibility with Windows. 0.002_007 - 2019-07-09 - fix tests when @INC includes directories that shouldn't have their archname or version subdirectories added.
18 lines
464 B
Makefile
18 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/07/04 07:30:48 wen Exp $
|
|
|
|
DISTNAME= Test-Needs-0.002009
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|