# $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-nevow version 0.9.18 revision 0 categories python platforms darwin maintainers stechert@macports.org description A Web Application Construction Kit long_description Nevow is a next-generation web application templating \ system, based on the ideas developed in the Twisted Woven \ package. Its main focus is on separating the HTML template \ from both the business logic and the display logic, while \ allowing the programmer to write pure Python code as much \ as possible. homepage http://divmod.org/trac/wiki/DivmodNevow master_sites http://divmod.org/trac/attachment/wiki/SoftwareReleases/ distname Nevow-${version} extract.suffix .tar.gz?format=raw checksums sha1 a8243cf68dd181763e712cd1cbd67500f7bf628f depends_lib-append port:py25-twisted post-destroot { xinstall -d 755 ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/doc/ \ ${destroot}${prefix}/share/doc/${name} file delete ${destroot}${prefix}/share/doc/${name}/examples file copy ${worksrcpath}/examples \ ${destroot}${prefix}/share/doc/${name}/examples xinstall -m 644 -W ${worksrcpath} LICENSE README \ ${destroot}${prefix}/share/doc/${name} }