# $Id: Portfile,v 1.6 2006/01/08 13:07:51 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-cheetah
version			2.0b5
categories		python www
platforms		darwin
maintainers		mww@opendarwin.org
description		Cheetah is a Python-powered template engine and code generator
long_description	Cheetah is a Python-powered template engine and code \
				generator. It can be used as a standalone utility or \
				it can be combined with other tools. Cheetah has many \
				potential uses, but web developers looking for a \
				viable alternative to ASP, JSP, PHP and PSP are \
				expected to be its principle user group.

homepage		http://www.cheetahtemplate.org/
master_sites	sourceforge:cheetahtemplate
distname		Cheetah-${version}
checksums		md5 07b582590d021836bc53ec8c1245966b

post-destroot {
	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
		${destroot}${prefix}/share/doc/${name}
}

