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

ruby.setup		text-format 0.64 copy_install:lib {doc}
revision		1
maintainers		nomaintainer
description		Text::Format for Ruby
long_description	Text::Format provides strong text formatting \
					capabilities to Ruby. Based on Perl's Text::Format \
					0.52, it offers all of the functionality of that \
					module and new capabilities besides. 
categories-append	textproc
platforms		darwin
homepage		http://www.halostatue.ca/ruby/Text__Format.html
master_sites	http://www.halostatue.ca/files/
checksums		md5 f9e1aa720f39fffd4c83aeae4ba9e90f

test.run		yes
test.dir		${worksrcpath}/tests
test.cmd		${ruby.bin} unit_tests.rb

