pkgsrc/devel/p5-Test-Simple/Makefile
wiz c61849dc07 p5-Test-Simple: update to 1.302125.
1.302125  2018-02-21 23:10:39-08:00 America/Los_Angeles

    - No changes since trial

1.302124  2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix a test to skip without threads

1.302123  2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Make it possible to disable IPC

1.302122  2018-02-05 08:13:56-08:00 America/Los_Angeles

    - Add 'mode' ro render facet

1.302121  2018-02-04 13:27:41-08:00 America/Los_Angeles

    - Update Copyright
    - Add 'render' facet
2018-02-25 17:41:06 +00:00

19 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.84 2018/02/25 17:41:06 wiz Exp $
DISTNAME= Test-Simple-1.302125
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"