# -*- 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       http-client-tls 0.2.0.0
revision            2
checksums           rmd160  131994ee498d44c8579969ea389a6e3b3b296501 \
                    sha256  e01d4d408802ce8d3f04b5bb769c772dbfbdca5aaa6e0ca4f38ddbd76095dc1b

maintainers         cal openmaintainer
platforms           darwin
license             MIT

description         http-client backend using the connection package and tls library
long_description    \
    Intended for use by higher-level libraries, such as http-conduit.

depends_lib-append  port:hs-connection \
                    port:hs-data-default \
                    port:hs-http-client \
                    port:hs-network \
                    port:hs-tls