pkgsrc/devel/p5-Test-DependentModules/Makefile
mef 1c973d7703 (pkgsrc)
- Add one BUILD_DEPENDS for make test
   +BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build

(upstream)
 - Update 0.21 to 0.26
   -------------------
0.26   2015-11-07
- The previous release only had a partial fix for failures to resolve distro
  names. This release fixes this more completely.

0.25   2015-11-07
- This module would die when it couldn't turn a dependent module name into a
  distro. Now it outputs a diag() message and continues on.

0.24   2015-10-04
- When test_all_dependents() is called, deps are now sorted before testing.

- The prereqs log now tells shows you the "root" distribution when installing
  prereqs of prereqs. This makes it easier to figure out which dependent is
    pulling in some uninstallable module.

0.23   2015-10-04
- Use diag to print the name of each distribution before it is tested. This is
  helpful if a particular distro hangs during the build or test phases.

0.22   2015-08-21
- The test_all_dependents() sub now lets you pass a filter subroutine instead
  of an exclude regex. This is a lot simpler to implement in many cases.
2015-11-26 13:02:14 +00:00

33 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2015/11/26 13:02:14 mef Exp $
DISTNAME= Test-DependentModules-0.26
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-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
PERL5_PACKLIST= auto/Test/DependentModules/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"