# -*- 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 114535 2013-12-10 02:11:59Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       crypto-cipher-types 0.0.9
checksums           rmd160  f5f6b896982eccb5da639d4fdbd3065d3e71734b \
                    sha256  2073f6b70df7916aebe2da49d224497183662d56d19da87b76f70039430c0a0f

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Generic cryptography cipher types
long_description    ${description}

depends_lib-append  port:hs-byteable \
                    port:hs-securemem
