pkgsrc/devel/ruby-racc/Makefile
taca db08622e7a devel/ruby-racc: update to 1.4.6
Update ruby-racc to 1.4.6.

=== 1.4.6

* Bugfixes

  * bin/racc -g option renamed to -t
  * racc/compiler.rb is removed
  * '|' is allowed with meta rules
  * Ruby 1.8.7 compatibility fixes
  * Ruby 1.9 compatibility fixes

=== 1.4.5 (2005-11-21)
  * [FEATURE CHANGE] --no-extensions option was removed.
  * [fix] racc command should not depend on `raccrt' package.
  * [fix] --no-omit-actions did not work.
  * setup.rb 3.4.1.
2020-02-05 15:10:14 +00:00

14 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.23 2020/02/05 15:10:14 taca Exp $
DISTNAME= racc-1.4.16
CATEGORIES= devel
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/tenderlove/racc
COMMENT= LALR(1) parser generator for Ruby
LICENSE= gnu-lgpl-v2
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"