88853cf737
Add ruby-regexp_parser version 1.6.0 package. # Regexp::Parser A Ruby gem for tokenizing, parsing, and transforming regular expressions. * Multilayered * A scanner/tokenizer based on [Ragel](http://www.colm.net/open-source/ragel/) * A lexer that produces a "stream" of token objects. * A parser that produces a "tree" of Expression objects (OO API) * Runs on Ruby 1.9, 2.x, and JRuby (1.9 mode) runtimes. * Recognizes Ruby 1.8, 1.9, and 2.x regular expressions.
14 lines
358 B
Makefile
14 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/11/12 15:32:51 taca Exp $
|
|
|
|
DISTNAME= regexp_parser-1.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ammar/regexp_parser
|
|
COMMENT= Scanner, lexer, parser for ruby's regular expressions
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|