Ticket #50410: 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: Portfile 131981 2015-01-22 19:34:32Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       conduit-extra 1.1.9.2
8revision            1
9checksums           rmd160  ebcee2c7e3c53d0f7ea070cb99be51736cfb41bc \
10                    sha256  9a7b3f44990014082f589dd91f70d8b5faef66e720677888a54fb2e463940a9f
11
12platforms           darwin
13license             MIT
14maintainers         nomaintainer
15
16description         Additional hs-conduit common low-level operations
17long_description    ${description}
18
19depends_lib-append  port:hs-attoparsec \
20                    port:hs-blaze-builder \
21                    port:hs-conduit \
22                    port:hs-monad-control \
23                    port:hs-network \
24                    port:hs-primitive \
25                    port:hs-resourcet \
26                    port:hs-stm \
27                    port:hs-streaming-commons \
28                    port:hs-zlib