# -*- 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 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       citeproc-hs 0.3.1
name                hs-citeproc
revision            1
maintainers         singingwolfboy openmaintainer
homepage            http://code.haskell.org/citeproc-hs
description         citeproc-hs is a library for rendering bibliographic reference citations
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). More details on CSL can be found here: \
    http://citationstyles.org/.

platforms           darwin
checksums           md5     a43f7db8110a1d0fa168f9e38c1345e1 \
                    sha1    5b8aa9bfd723dd9dd9543c4d457bd625bb10847e \
                    rmd160  947a7717f1fdb73d2b68b5094cd9a47e2758aaf5

license             BSD
depends_lib-append  port:hs-json port:hs-pandoc-types port:hs-xml \
					port:hs-utf8-string
