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

ruby.setup		{xmlsimple xml-simple} 1.0.6 install.rb {README docs}
revision		1
maintainers		darwinports@opendarwin.org
description		easy Ruby API to read and write XML
long_description	Class XmlSimple offers an easy API to read and \
					write XML. It is a Ruby translation of Grant \
					McLean's Perl module XML::Simple. Please note, that \
					this tutorial was originally written by Grant \
					McLean. I have only converted it to HTML and \
					adjusted it for the Ruby version.
homepage		http://www.maik-schmidt.de/${ruby.project}.html
master_sites	http://home.nexgo.de/schmidt.maik/downloads/
distname		${ruby.project}_${version}
checksums		md5 21ac4fa13e9610b8e117c05383402b8a
platforms		darwin

depends_lib-append		port:rb-rexml

test.run		yes
test.dir		${worksrcpath}/test
test.cmd		${ruby.bin}
test.target		tc_all.rb

