a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-empy
version 3.3
revision 1
categories python
maintainers nomaintainer@macports.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
post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
}