# $Id: Portfile,v 1.4 2005/10/31 20:03:44 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-mathdom version 0.6.2 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 md5 8b483184639b75f4ab91ec2bebb42b30 depends_run port:py-parsing post-destroot { xinstall -m 644 -W ${worksrcpath} LICENSE PKG-INFO README \ ${destroot}${prefix}/share/doc/${name} }