40a7892171
Update ruby-cucumber-wire to 2.0.1. ## [In GIT](https://github.com/cucumber/cucumber-ruby-wire/compare/v2.0.0...v2.0.1) ### Removed * Replace use of `MultiJSON` to use native JSON gem
17 lines
486 B
Makefile
17 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/03/23 15:33:40 taca Exp $
|
|
|
|
DISTNAME= cucumber-wire-2.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://cucumber.io/
|
|
COMMENT= Wire protocol for Cucumber
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-core>=6.0.0<7:../../devel/ruby-cucumber-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-expressions>=8.0.2<9:../../devel/ruby-cucumber-expressions
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|