Ticket #50414: Portfile

File Portfile, 1.0 KB (added by gorticus (Jason Mitchell), 8 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       xml-conduit 1.3.0
8revision            1
9checksums           rmd160  73f73404df93fdb9823482825c2bd60937233209 \
10                    sha256  34e492be0a4ce8ca4b2ef12a09ba64e64833d84c5509dc08558dda2740769c4d
11
12platforms           darwin
13license             BSD
14maintainers         nomaintainer
15
16description         Parsing and rendering functions for XML
17long_description    ${description}
18
19depends_lib-append  \
20                    port:hs-attoparsec \
21                    port:hs-blaze-builder \
22                    port:hs-blaze-html \
23                    port:hs-blaze-markup \
24                    port:hs-conduit \
25                    port:hs-conduit-extra \
26                    port:hs-monad-control \
27                    port:hs-resourcet \
28                    port:hs-text \
29                    port:hs-xml-types