# $Id: Portfile,v 1.3 2005/08/11 21:33:35 rshaw Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		ripper 0.0.5 extconf.rb {README.en sample} rubyforge
revision		1
maintainers		darwinports@opendarwin.org
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}
}
