# $Id: Portfile,v 1.7 2006/03/21 09:24:27 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-mathdom
version			0.7
categories		python math
platforms		darwin
maintainers		mww@opendarwin.org
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}
}
