# $Id: Portfile 68359 2010-06-02 01:33:37Z ryandesign@macports.org $

PortSystem		    1.0
PortGroup		    ruby 1.0

ruby.setup          treetop 1.4.8 gem {} rubygems ruby19
description		    A Ruby-based text parsing and interpretation DSL
long_description	\
    Treetop is a language for describing languages. Combining the elegance \
    of Ruby with cutting-edge parsing expression grammars, it helps you \
    analyze syntax with revolutionary ease.
license             MIT
maintainers		    singingwolfboy openmaintainer
homepage		    http://treetop.rubyforge.org/
categories-append   textproc
checksums           md5     1ab5569971ec76ec13ab2e04da35b9a0 \
                    sha1    b107eca5e06736db93a92536fde33bdbfdbc01a5 \
                    rmd160  2760c0b944ab4676922a6c4ce09698ed2243cb17

depends_run-append  port:rb19-polyglot
