a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20581 2006-11-08 02:34:24Z pguyot@kallisys.net $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup ParseTree 1.6.0 gem {} rubyforge_gem
maintainers pguyot@kallisys.net
description Extract and enumerate ruby parse trees.
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.
checksums md5 7dece2cf24ecdaa3852c83975624b002 \
sha1 33ad09baea752b6d2d780ab8be2af3b20c94dfad \
rmd160 aad8e377617afc6fdc7f3ece451b2e4384dd20b7
homepage http://www.zenspider.com/ZSS/Products/ParseTree/
depends_lib-append \
port:rb-hoe \
port:rb-rubyinline