# $Id: Portfile,v 1.1 2005/01/25 21:58:25 rshaw Exp $
PortSystem 1.0
PortGroup  ruby 1.0

ruby.setup		cstemplate 0.5.1 setup.rb {README DOC.html} rubyforge:866
maintainers		kevin@sb.org
description		A fast text templating engine for Ruby
long_description	cs/Template is a fast text templating engine for Ruby, \
					written in C. Merge native Ruby data structures with \
					generic text templates. Variables use path-like \
					addressing. Supports include files, eval statements, \
					if/then/else and looping blocks.
checksums		sha1 e1c37eeb1b1ad080d0d6c24824f3942a4a47dead \
				md5  5c98b1fa72646f83b11a6d7c7770c5f3
homepage		http://cstemplate.rubyforge.org
platforms		darwin

