# -*- 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       citeproc-hs 0.3.9
revision            3
name                hs-citeproc
checksums           rmd160  623bd386012ee8bbdf0390ba414e6651fe523b95 \
                    sha256  4f6b7db9b731789f25e4faebce8ec2ea4a19a920aaad6951a5e8b23cd4187438

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         A Citation Style Language implementation in Haskell
long_description    \
    citeproc-hs is a library for rendering bibliographic reference citations \
    into a variety of styles using a macro language called Citation Style \
    Language (CSL).

depends_lib-append  \
                    port:hs-bibutils \
                    port:hs-http \
                    port:hs-json \
                    port:hs-mtl \
                    port:hs-network \
                    port:hs-pandoc-types \
                    port:hs-parsec \
                    port:hs-syb \
                    port:hs-utf8-string \
                    port:hs-xml