pkgsrc/devel/p5-Test2-Suite/Makefile
wiz cabdffe055 p5-Test2-Suite: update to 0.000114.
0.000114  2018-04-19 08:39:56-07:00 America/Los_Angeles

    - Fix missing manual section

0.000113  2018-04-19 08:03:42-07:00 America/Los_Angeles

    - Fix typo

0.000112  2018-04-19 07:15:40-07:00 America/Los_Angeles

    - Switch spec to use the testing_done callback
    - Update copyright dates
    - Finish the Anatomy manual section
    - Finish the Tooling manual section
2018-05-02 12:17:30 +00:00

23 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.21 2018/05/02 12:17:30 wiz Exp $
DISTNAME= Test2-Suite-0.000114
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.302136:../../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"