# -*- 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 114513 2013-12-09 23:39:42Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       cryptohash 0.11.1
checksums           rmd160  b9165a25b4ac2e7a96e968563480cd003747d010 \
                    sha256  be76351650517042e390887069af3dc047ed5621e1e2c96fa8a04444675c8773

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         collection of crypto hashes, fast, pure and practical
long_description    \
    A collection of crypto hashes, with a practical incremental and one-pass, \
    pure APIs, with performance close to the fastest implementations available \
    in other languages. \
    \nThe implementations are made in C with a haskell FFI wrapper that hide \
    the C implementation.

depends_lib-append  port:hs-byteable
