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

ruby.setup		BlueCloth 1.0.0fc3 basic_install.rb {README bin} rubyforge:1277
maintainers		nomaintainer
description		a text-to-HTML conversion tool for web writers
long_description	BlueCloth is a Ruby implementation of Markdown, a \
					text-to-HTML conversion tool for web writers. \
					Markdown allows you to write using an easy-to-read, \
					easy-to-write plain text format, then convert it to \
					structurally valid XHTML (or HTML).
categories-append	textproc
homepage		http://rubyforge.org/projects/bluecloth
distname		${ruby.module}-[strsed ${version} {s/fc3//}]
checksums		md5 41d385b4ed147630cd922aa50475670b
use_bzip2		yes
platforms		darwin

test.run		yes
test.cmd		${ruby.bin} test.rb

