# $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $

PortSystem		    1.0
PortGroup		    ruby 1.0

ruby.setup          ruby-debug-base19 0.11.24 gem {} rubygems ruby19
name                rb19-debug-base
description		    fast implementation of the standard Ruby debugger
long_description	\
    ruby-debug is a fast implementation of the standard Ruby debugger \
    debug.rb. It is implemented by utilizing a new Ruby C API hook. The \
    core component provides support that front-ends can build on. It \
    provides breakpoint handling, bindings for stack frames among other \
    things.
license             Ruby
maintainers		    singingwolfboy openmaintainer
platforms           darwin
checksums           md5     3e6af4bc269ca6f8948f7f482b2d16ff \
                    sha1    ab8afd05366a28dde984435b349f600ae0db521a \
                    rmd160  4f6925c131ed022b6636a67201347fe95f409001

depends_lib-append  port:rb19-linecache
