pkgsrc/lang/ruby-gherkin/Makefile
taca 2c087ac773 lang/ruby-gherkin: update to 5.0.0
[5.0.0] - 2017-10-13

Added

* Ability to specify an initial language for the parser, so that the #
  language header isn't required (#288 by charlierudolph and aslakhellesoy)
* A better wording for the Greek translation of Scenario Outline
  (¦°¦Å¦Ñ¦ô¦Ã¦Ñ¦Á¦Ì¦Ì¦Á ¦²¦Å¦Í¦Á¦Ñ¦ô¦Ï¦Ô) (#185 by pmatsinopoulos)
* Added female, singular Given in Romanian (Dat«¥ fiind) (#202 by tsundberg)
* (C) CMake support (#2 #3 by Pwera)

Changed

* Compile empty scenarios to empty pickles (#249 #264 by brasmusson)
2018-03-21 11:33:20 +00:00

14 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/03/21 11:33:20 taca Exp $
DISTNAME= gherkin-5.0.0
CATEGORIES= lang
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/cucumber/cucumber/tree/master/gherkin
COMMENT= Parser and compiler for the Gherkin language
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"