# $Id: Portfile,v 1.5 2005/06/16 06:58:53 blb Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-nevow version 0.4.1 categories python platforms darwin maintainers opendarwin.nospam@vercruesse.de 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://nevow.org master_sites http://nevow.org/releases/${version} distname nevow-${version} checksums md5 a7402e4571a23b99c59ce4e7d354f7ff depends_lib-append port:py-twistedweb 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} }