# $Id: Portfile 105028 2013-04-08 00:07:04Z jmr@macports.org $

PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		ripper 0.0.5 extconf.rb {README.en sample} rubyforge
revision		1
license			Ruby
maintainers		nomaintainer
description		Ruby parser extention module.
long_description	${description}
homepage		http://i.loveruby.net/en/projects/
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}
}
