pkgsrc/devel/ruby-cucumber-wire/Makefile
taca e090e126ec devel/ruby-cucumber-wire: update to 5.0.1
5.0.1 (2021-05-18)

Dependencies
* Updated cucumber-core ~> 9.0.1

5.0.0 (2021-04-14)

Changed

* Update from cucumber-expressions 10 to 12 introduces significant
  underlying changes in how step definitions are matched.  This should be
  backward compatible but there is a risk of regressions.
Dependencies
* Updated dependencies (look at the diff for details)
2021-05-23 09:47:07 +00:00

18 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/05/23 09:47:07 taca Exp $
DISTNAME= cucumber-wire-5.0.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://cucumber.io/
COMMENT= Wire protocol for Cucumber
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-core>=9.0<10:../../devel/ruby-cucumber-core
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-cucumber-expressions>=12.1<13:../../devel/ruby-cucumber-expressions
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=15.0.0:../../devel/ruby-cucumber-messages
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"