# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 86665 2011-10-31 17:19:59Z jmr@macports.org $

PortSystem			1.0
PortGroup			ruby 1.0

ruby.setup			ParseTree 3.0.4 gem {} rubyforge_gem:parsetree
license				MIT
maintainers			nomaintainer
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     0955106bcbac25e87e74b4e852179d8b \
                    sha1    5450a7f3ad6557f0287b683e7741ef83f1e8b109 \
                    rmd160  cd135a8981c41a9e8880349b64f53a53129b96d7
platforms			darwin
homepage			http://rubyforge.org/projects/parsetree/

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