# -*- 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$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       highlighting-kate 0.5.11.1
revision            1
checksums           rmd160  5b66b95c3240f0a853b375117f0ef0b9a217b464 \
                    sha256  7b5af011fb86b0358c186245840c95c4c43ada3d98f7b9060d9ce2a0c2e5c2fc

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 \
                    port:hs-utf8-string