e29b66da5d
0.000097 2017-12-10 20:23:21-08:00 America/Los_Angeles - Documentation fixes 0.000096 2017-12-09 10:13:21-08:00 America/Los_Angeles - No changes since last trial 0.000095 2017-12-08 14:14:16-08:00 America/Los_Angeles (TRIAL RELEASE) - Discoruage use of fragile thread features (rarely used) - Skip fragile/discrouaged tests outside author testing. - Document the above, and an env var to activate tests when desired
23 lines
864 B
Makefile
23 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/12/30 14:17:33 wiz Exp $
|
|
|
|
DISTNAME= Test2-Suite-0.000097
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test2-Suite/
|
|
COMMENT= Perl5 module with a rich set of tools for testing
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer
|
|
DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
|
|
DEPENDS+= p5-Test-Simple>=1.302117:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
|
|
DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
|
|
|
|
PERL5_PACKLIST= auto/Test2/Suite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|