# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem			1.0
PortGroup			ruby 1.0

ruby.setup			ParseTree 2.2.0 gem {} rubyforge_gem:parsetree
maintainers			kallisys.net:pguyot openmaintainer
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 f598688d9f3abd1bcbdb98a6e2caebd2 \
					sha1 2d301ab0a3fd8015b4b8f7a49ceb14c8f420863a \
					rmd160 95e3ba06ad0f448c29f6e4156830eef37b3c378b
platforms			darwin
homepage			http://www.zenspider.com/ZSS/Products/ParseTree/

depends_lib-append \
					port:rb-hoe \
					port:rb-rubyinline
