# -*- 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 106858 2013-06-09 11:26:01Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       citeproc-hs 0.3.8
name                hs-citeproc
revision            3
checksums           rmd160  55c853097cc6bdbe41f0317efd5bdf6248e9ec2a \
                    sha256  e873673b2960d0eebbcede9d8c18e2acea0e4fed295552fa635814f4bae48e72

maintainers         nomaintainer
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
