pkgsrc/devel/p5-Test-Simple/Makefile
wiz ef2c61ea79 Updated p5-Test-Simple to 1.302078.
1.302078  2017-03-01 15:24:12-08:00 America/Los_Angeles

    - No changes since last trial

1.302077  2017-02-19 14:34:30-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix #762, newlines for todo subtest
    - Revisit #637, fix rare race condition it created

1.302076  2017-02-01 19:38:42-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix crash when TB->reset used inside subtest
2017-03-05 12:51:35 +00:00

19 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.70 2017/03/05 12:51:35 wiz Exp $
DISTNAME= Test-Simple-1.302078
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
COMMENT= Perl5 module with a simple framework for writing tests
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-Test-Tester-[0-9]*
CONFLICTS+= p5-Test-use-ok-[0-9]*
PERL5_PACKLIST= auto/Test/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"