# -*- 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 106867 2013-06-09 12:44:14Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       texmath 0.6.1.5
checksums           rmd160  6f87f214e1682f5f0a375e6ec200cb1236b3b70b \
                    sha256  888cca454fc585272ed5fa41711943250f76efebbff302534d02c349409c9d95

maintainers         nomaintainer
platforms           darwin
license             GPL

description         Conversion of LaTeX math formulas to MathML or OMML
long_description    \
    The texmathml library provides functions to convert LaTeX math formulas to \
    presentation MathML (which can be used in HTML) or OMML (Office Math Markup \
    Language, used in Microsoft Office). It supports basic LaTeX and AMS \
    extensions, and it can parse and apply LaTeX macros.

depends_lib-append  port:hs-parsec \
                    port:hs-syb \
                    port:hs-xml
