# -*- 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 110047 2013-08-25 16:36:09Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       highlighting-kate 0.5.5
revision            1
checksums           rmd160  4fed23a9e3b1b8dbdbd981423afd98cc7c095a9b \
                    sha256  4943b59d2ebe23c73f028c449cf973bdc2ea0f3e9e1f696eb7b7f5049da6fd7a

platforms           darwin
license             GPL-2+
maintainers         nomaintainer

description         Syntax highlighting
long_description    \
    highlighting-kate is a syntax highlighting library with support for nearly \
    one hundred languages. The syntax parsers are automatically generated from \
    Kate syntax descriptions, so any syntax supported by Kate can be added. An \
    (optional) command-line program is provided, along with a utility for \
    generating new parsers from Kate XML syntax descriptions.

depends_lib-append  port:hs-blaze-html \
                    port:hs-mtl \
                    port:hs-parsec \
                    port:hs-pcre-light
