pkgsrc/devel/p5-Test-Script/Makefile
mef 7dfd7795d4 Updated devel/p5-Test-Script to 1.14
------------------------------------
1.14      2016-10-13 11:04:48 -0400
  - Fix a regex in a test that fails on recent versions of
    Test2 on Windows (possibly others) (gh#8)
  - One of the tests was unreasonably slow, so it does
    not get run for users, but will be used for development
    only
  - Remove warning condition that happens with at least some
    older versions of Perl when using quotemeta without
    parentheses (gh#7 Thanks Brendan Byrd)
2016-10-15 00:51:29 +00:00

19 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.19 2016/10/15 00:51:29 mef Exp $
DISTNAME= Test-Script-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
COMMENT= Test::Script - Cross-platform basic tests for scripts
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3
DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
PERL5_PACKLIST= auto/Test/Script/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"