# -*- 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 114665 2013-12-13 16:36:51Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       texmath 0.6.5.2
revision            3
checksums           rmd160  e709b5078abc57e903262097d2c8019240793b5c \
                    sha256  749810eb9e01982730c66f11cdaf2af3252ee7dcc6a6089b1fa4cbad00716adf

maintainers         cal openmaintainer
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-pandoc-types \
                    port:hs-parsec \
                    port:hs-syb \
                    port:hs-xml
