mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
923 B
Plaintext
22 lines
923 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ruby_parser 2.0.4 gem {} rubygems ruby19
|
|
name rb19-parser
|
|
description ruby_parser: a parser written in pure Ruby
|
|
long_description \
|
|
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc -- \
|
|
which does by default use a C extension). RP's output is the same as \
|
|
ParseTree's output: s-expressions using ruby's arrays and base types.
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
homepage https://github.com/seattlerb/ruby_parser
|
|
checksums md5 595afe36d992e34181a2f69b0cd41d54 \
|
|
sha1 e877e2b46079705e2a6901c6e980b8949160799e \
|
|
rmd160 1ff38d3094a7990cb18ba971e2c6172dc43354c3
|
|
|
|
depends_run-append port:rb19-sexp_processor \
|
|
port:rb19-parsetree
|