1a8824ffb1
## [4.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v3.2.0...v4.0.0) ### Changed * Update to use Gherkin v6 ([#158](https://github.com/cucumber/cucumber-ruby-core/pull/158) @brasmusson) * Let Scenarios with no Steps get the result status Undefined ([#157](https://github.com/cucumber/cucumber-ruby-core/pull/157) @brasmusson) * Convert to use the Gherkin compiler and Pickles ([#156](https://github.com/cucumber/cucumber-ruby-core/pull/156) @brasmusson) ### Added * N/A ### Fixed * N/A ### Removed * Remove the support for old style tag expressions ([#159](https://github.com/cucumber/cucumber-ruby-core/pull/159) @brasmusson)
16 lines
535 B
Makefile
16 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/01/20 13:42:36 taca Exp $
|
|
|
|
DISTNAME= cucumber-core-4.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://cukes.info/
|
|
COMMENT= Core library for the Cucumber BDD app
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-backports>=3.8.0:../../devel/ruby-backports
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gherkin>=6.0.0:../../lang/ruby-gherkin
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-tag_expressions>=1.1.0:../../devel/ruby-cucumber-tag_expressions
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|