# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       texmath 0.5
maintainers         singingwolfboy openmaintainer
homepage            http://github.com/jgm/texmath
description         functions to convert LaTeX math formulas to presentation MathML.
long_description    \
    The texmathml library provides functions to convert LaTeX math formulas \
    to presentation MathML. It supports basic LaTeX and AMS extensions, and \
    it can parse and apply LaTeX macros.

platforms           darwin
checksums           md5     6533180529dc799e9faa5301ddf5b773 \
                    sha1    af279854835bac05cf629c62f86be9d2eac3c097 \
                    rmd160  5b2873f126e3eb676e33092fcfd89bbc12743f8e
license             GPL
depends_lib-append  port:hs-xml
