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

ruby.setup		RedCloth 3.0.4 setup.rb {doc} rubyforge:6064
maintainers		nomaintainer
description		Textile for Ruby
long_description	RedCloth is a module for using Textile in Ruby. \
					Textile is a text format. A very simple text format. \
					Another stab at making readable text that can be \
					converted to HTML. 
categories-append	textproc
checksums		md5 6f076b94e783149adf96102c574a233c
platforms		darwin

test.run		yes
test.cmd		${ruby.bin} -I./lib
test.target		run-tests.rb

