# $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp@macports.org $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		ripper 0.0.5 extconf.rb {README.en sample} rubyforge
revision		1
maintainers		nomaintainer
description		Ruby parser extention module.
long_description	${description}
master_sites	http://www.loveruby.net/archive/${ruby.module}/
checksums		md5 d887987c21d17f8ef6e47712e8273a7b
platforms		darwin
depends_lib-append		bin:bison:bison
patchfiles		patch-ripper.y

test.run		yes
test.cmd		${ruby.bin} test.rb
test.target

post-destroot {
	xinstall -m 0644 ${worksrcpath}/ripper.rb ${destroot}${ruby.lib}
}
