a6813e28f0
Update ruby-racc to 1.5.0. No changes/release note is available. * y2racc and racc2y are removed.
14 lines
341 B
Makefile
14 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.24 2020/04/27 06:53:18 taca Exp $
|
|
|
|
DISTNAME= racc-1.5.0
|
|
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"
|