pkgsrc/devel/p5-Test2-Suite/Makefile
wen 50093ba4ca Update to 0.000144
Upstream changes:
0.000144  2021-12-03 13:17:19-08:00 America/Los_Angeles

    - Add void context warning for dies and lives

0.000143  2021-12-01 11:20:03-08:00 America/Los_Angeles

    - Add stringification option for custom compare checks

0.000142  2021-11-15 14:06:34-08:00 America/Los_Angeles

    - Fix deprecation diagnostics
    - Fix older perls by removing //=
2022-02-14 14:33:30 +00:00

24 lines
869 B
Makefile

# $NetBSD: Makefile,v 1.41 2022/02/14 14:33:30 wen Exp $
DISTNAME= Test2-Suite-0.000144
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test2-Suite
COMMENT= Perl5 module with a rich set of tools for testing
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Importer>=0.024:../../devel/p5-Importer
DEPENDS+= p5-Module-Pluggable>=2.7:../../devel/p5-Module-Pluggable
DEPENDS+= p5-Sub-Info>=0.002:../../devel/p5-Sub-Info
DEPENDS+= p5-Term-Table>=0.013:../../devel/p5-Term-Table
DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
TEST_DEPENDS+= p5-Term-Size-Any-[0-9]*:../../devel/p5-Term-Size-Any
PERL5_PACKLIST= auto/Test2/Suite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"