bb23ebb268
Upstream changes: 0.27 2019-01-19 - If test_all_dependents() cannot find anything that depends on the given module it runs `plan( skip_all => ... )` rather than `plan(0)`. The latter causes the test to fail. While this should never really happen in normal use it can be an issue when MetaCPAN is having problems (such as https://github.com/metacpan/metacpan-web/issues/2139). - Explicitly add JSON::PP to our prereqs. This seems to fix an issue with testing on Perl 5.10.1. This module is needed by something in our dependency chain but it doesn't get installed.
36 lines
1.7 KiB
Makefile
36 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2019/01/26 02:47:22 wen Exp $
|
|
|
|
DISTNAME= Test-DependentModules-0.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
|
|
COMMENT= Test all modules which depend on your module
|
|
LICENSE= artistic-2.0
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
BUILD_DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
|
|
BUILD_DEPENDS+= p5-IO-Handle-Util-[0-9]*:../../devel/p5-IO-Handle-Util
|
|
BUILD_DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
|
|
BUILD_DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
|
|
BUILD_DEPENDS+= p5-Module-Build-Tiny-[0-9]*:../../devel/p5-Module-Build-Tiny
|
|
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
BUILD_DEPENDS+= p5-MetaCPAN-Client-[0-9]*:../../devel/p5-MetaCPAN-Client
|
|
BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
|
|
BUILD_DEPENDS+= p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
|
|
BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
BUILD_DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
|
|
BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
|
|
BUILD_DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
|
|
|
|
PERL5_PACKLIST= auto/Test/DependentModules/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|