pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
schmonz 4e3ef44333 Update to 0.86. From the changelog:
[Breaking]
- Parser returns tags prefixed with '@' now, because that's what the
  Cucumber ecosystem does and what Cucumber::TagExpressions wants as
  input for its tag names
- Tag filters now use the Cucumber Tag Expressions format (see
  https://cucumber.io/docs/cucumber/api/?lang=java#tag-expressions)
- Minimum Perl version is now 5.14
- Scenario's `data` attribute removed (deprecated since 4 years)

[Fixed]
- Filtering scenarios by tags regressed in 0.85

[Added]
- Tests for tag-filtered scenarios
2023-09-06 18:56:06 +00:00

35 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.60 2023/09/06 18:56:06 schmonz Exp $
DISTNAME= Test-BDD-Cucumber-0.86
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test-BDD-Cucumber
COMMENT= Feature-complete Cucumber-style testing in Perl
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Cucumber-TagExpressions>=5.0.5:../../devel/p5-Cucumber-TagExpressions
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
DEPENDS+= p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
DEPENDS+= p5-Moo>=2.002002:../../devel/p5-Moo
DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
DEPENDS+= p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote
DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
DEPENDS+= p5-YAML>=1.15:../../textproc/p5-YAML
DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures
#TOOL_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
#TOOL_DEPENDS+= p5-Carp-Always-[0-9]*:../../devel/p5-Carp-Always
#TOOL_DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
#TOOL_DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
REPLACE_PERL+= bin/pherkin
PERL5_PACKLIST= auto/Test/BDD/Cucumber/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"