0feb7c27dc
- the Calculator module should now be hidden from the PAUSE indexer - The scenario stash wasn't being reset between each Outline Scenario execution. - Default behaviour from pherkin is to supress colours when outputting to not a tty; thanks (for this, and much of the stuff in 0.15) to rjp: https://github.com/sheriff/test-bdd-cucumber-perl/pull/11 - Try and use Win32::Console::ANSI if on Windows https://github.com/sheriff/test-bdd-cucumber-perl/issues/13 - Before and After Hooks now implemented highflying: https://github.com/sheriff/test-bdd-cucumber-perl/pull/15 - Step Placeholder Transform now implemented - Step line number now displayed on failing steps (TestBuilder output) - Fixed bug where results from skipped steps were not being added to the overall results - Run tagged scenarios rjp: https://github.com/sheriff/test-bdd-cucumber-perl/pull/15 highflying: https://github.com/sheriff/test-bdd-cucumber-perl/pull/10
34 lines
1.3 KiB
Makefile
34 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2014/01/02 16:39:57 schmonz Exp $
|
|
|
|
DISTNAME= Test-BDD-Cucumber-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-BDD-Cucumber/
|
|
COMMENT= Feature-complete Cucumber-style testing in Perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
|
|
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
|
|
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
|
|
DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-Method-Signatures-[0-9]*:../../devel/p5-Method-Signatures
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
DEPENDS+= p5-Ouch-[0-9]*:../../devel/p5-Ouch
|
|
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
|
#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
|
|
#DEPENDS+= p5-Term-ANSIColor>=3.00:../../devel/p5-Term-ANSIColor
|
|
DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|
|
|
REPLACE_PERL+= bin/pherkin
|
|
PERL5_PACKLIST= auto/Test/BDD/Cucumber/.packlist
|
|
|
|
post-extract:
|
|
chmod -x ${WRKSRC}/lib/Test/BDD/Cucumber/StepFile.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|