# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-mathdom
version			0.7
categories		python math
platforms		darwin
maintainers		nomaintainer
description		DOM library for Content MathML written in Python
long_description	${description}

homepage		http://py-mathdom.sourceforge.net/
master_sites	sourceforge:mathdom
distname		mathdom-${version}
checksums		sha1 1acd6730e763ebf4f25a36872c2e9bb987f4ec6d

depends_run		port:py-parsing

post-destroot {
	xinstall -m 644 -W ${worksrcpath} LICENSE PKG-INFO README \
		${destroot}${prefix}/share/doc/${name}
}
