mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
907 B
Plaintext
23 lines
907 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ParseTree 3.0.5 gem {} rubygems ruby19
|
|
name rb19-parsetree
|
|
description Extracts parse trees into Ruby sexps
|
|
long_description \
|
|
ParseTree is a C extension (using RubyInline) that extracts the \
|
|
parse tree for an entire class or a specific method and returns it \
|
|
as a s-expression (aka sexp) using Ruby's arrays, strings, symbols, \
|
|
and integers.
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
homepage https://github.com/seattlerb/parsetree
|
|
categories-append textproc
|
|
checksums md5 10a819f49915f8231386d7bbcecaa6d9 \
|
|
sha1 b78d9625fa86e6a0d87aaaf5bbc0120a21792658 \
|
|
rmd160 62af98cb07164d35c6fa60b202b7b8a446968248
|
|
|
|
depends_run-append port:rb19-sexp_processor
|