# $Id: Portfile 59146 2009-10-10 07:43:27Z blb@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name			py26-empy
version			3.3
categories-append	textproc
maintainers		nomaintainer
platforms		darwin
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

post-destroot	{
	file delete -force ${destroot}${prefix}/share/doc/${name}
	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
}
