pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile
taca fef8ba56d1 devel/ruby-cucumber-tag-expressions: update to 4.1.0
4.1.0 (2021-10-08)

Added

* [Perl] Add new implementation (#1782 ehuelsmann)

Fixed

* [Go], [JavaScript], [Java], [Ruby] Support backslash-escape in tag
  expressions (#1778 yusuke-noda)

4.0.2 (2021-09-13)

Fixed

* [Python] Remove call to deprecated 2to3 library causing pip install to
  fail (#1736 krisgesling)

4.0.0 (2021-09-02)

Changed

* [Go] Move module paths to point to monorepo (#1550)
2021-11-23 14:07:30 +00:00

16 lines
393 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/11/23 14:07:30 taca Exp $
DISTNAME= cucumber-tag-expressions-4.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cucumber.io/docs/cucumber/api/\#tags
COMMENT= Cucumber Tag Expressions for Ruby
LICENSE= mit
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"