# $Id: Portfile 74826 2011-01-03 10:28:48Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   pureMD5 1.1.0.0
name            hs-pureMD5
platforms       darwin
categories      devel
maintainers     nomaintainer
description     An unrolled implementation of MD5 purely in Haskell.

long_description \
    ${description}

checksums       md5     334909c4c030d29a4f09c4815b61febc \
                sha1    073ba9b23c71e3546dfb05998a267a38055a4b94 \
                rmd160  7b2a29d54441614ffd1ba690fe8f31e5e0abc7d2

depends_build-append \
    port:hs-binary \
    port:hs-cereal

configure.args-append \
    --docdir=${prefix}/share/doc/${name}

universal_variant no
