# $Id: Portfile,v 1.3 2004/04/21 17:32:40 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-cheetah version 0.9.15 categories python www platforms darwin freebsd 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://cheetahtemplate.org/ master_sites sourceforge:cheetahtemplate distname Cheetah-${version} checksums md5 319ec904e002da97061d58eadd72fa5c post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \ ${destroot}${prefix}/share/doc/${name} }