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

ruby.setup		text-format 0.64 copy_install:lib {doc}
revision		1
maintainers		darwinports@opendarwin.org
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

