# $Id: Portfile 63036 2010-01-24 10:43:40Z jmr@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name			py26-cheetah
version			2.4.0
categories		python www
platforms		darwin
maintainers		nomaintainer
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	http://pypi.python.org/packages/source/C/Cheetah/
distname		Cheetah-${version}
checksums		md5 873f5440676355512f176fc4ac01011e \
			sha1 a5597f53413294f7894a2dec5576216c2182e2ed \
			rmd160 10d791aa84509ecdf900ec2946138c5ad243de5a


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

livecheck.type	regex
livecheck.url	${homepage}
livecheck.regex	>Cheetah\ (\[0-9\.rc\]+)<

