# $Id: Portfile 88505 2012-01-03 17:32:45Z jmr@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       digest 0.0.0.9
maintainers         nomaintainer
description         Cryptographic hash implementations
long_description \
   This package provides efficient cryptographic hash implementations for \
   strict and lazy bytestrings.  For now, CRC32 and Adler32 are supported, \
   they are implemented as FFI bindings to efficient code from zlib.

platforms           darwin

checksums           md5     0f35175426d9e443516ac3fa2bf91311 \
                    sha1    602813001559a7003ec9a1baa2c2e20f89a4badc \
                    rmd160  b7f3c380835d6ea6abac444075320c03c0bd3f72

depends_lib-append  port:zlib
