# $Id: Portfile,v 1.2 2004/02/08 13:24:54 mww Exp $ PortSystem 1.0 name py-epydoc version 2.0 categories python platforms darwin maintainers mww@opendarwin.org description API documentation generator for Python modules long_description Epydoc is a tool for generating API documentation for \ Python modules, based on their docstrings. A \ lightweight markup language called epytext can be used \ to format docstrings, and to add information about \ specific fields, such as parameters and instance \ variables. Epydoc also understands docstrings written \ in ReStructuredText, Javadoc, and plaintext. homepage http://epydoc.sourceforge.net/ master_sites sourceforge:epydoc distname epydoc-${version} checksums md5 fbb0bd482a872795c59f897b699f9549 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} xinstall -m 644 -W ${worksrcpath} LICENSE.TXT README.TXT \ ${destroot}${prefix}/share/doc/${name} }