# $Id: Portfile,v 1.3 2004/02/08 13:24:54 mww Exp $ PortSystem 1.0 name py-empy version 3.3 categories python maintainers mww@opendarwin.org platforms darwin freebsd description powerful and robust templating system for python long_description py-empy is a system for embedding Python expressions \ and statements in template text. It takes an EmPy \ source file, processes it, and produces output. This \ is accomplished via expansions, which are special \ signals to the py-empy system and are set off by a \ special prefix. homepage http://www.alcyone.com/software/empy/ master_sites ${homepage} distname empy-${version} checksums md5 e7b518a6fc4fd28fef87726cdb003118 depends_lib bin:python:python use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/ file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} }