# -*- 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.3.9
checksums           rmd160  3eaa3a82deb2f37e7764ec4ad3746b81f7eb0b82 \
                    sha256  0ca2abc648da30cebfffcdf22140a380df3c5d98c80984bf97ee416c351a1395

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
