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

ruby.setup		redcloth 3.0.1 install.rb {doc} rubyforge:2679
maintainers		darwinports@opendarwin.org
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 af2cd744f20baf3ae2c8eeacf506b614
platforms		darwin

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

