# $Id: Portfile,v 1.5 2004/12/28 06:32:21 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-epydoc
version			2.1
revision		1
categories		python
platforms		darwin freebsd
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 94c494426c47496ee4d1ed26b580a5a7

post-destroot	{
	file delete -force ${destroot}${prefix}/share/doc/${name}
	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} LICENSE.TXT README.TXT \
		${destroot}${prefix}/share/doc/${name}
}
