# -*- 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       hS3 0.5.8
revision            2
checksums           rmd160  82996f787cee572605c76a1780f0ebeeec80902a \
                    sha256  759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Interface to Amazon's Simple Storage Service (S3)
long_description    \
    This is the Haskell S3 library. It provides an interface to Amazon's Simple \
    Storage Service (S3), allowing Haskell developers to reliably store and \
    retrieve arbitrary amounts of data from anywhere on the Internet.

depends_lib-append  port:hs-crypto \
                    port:hs-dataenc \
                    port:hs-http \
                    port:hs-hxt \
                    port:hs-missingh \
                    port:hs-network \
                    port:hs-random \
                    port:hs-regex-compat \
                    port:hs-utf8-string