# -*- 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

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       pureMD5 2.1.2.1
revision            5
checksums           rmd160  b7c9c28e3422e8b1b14a3ad0b73feaee4576e017 \
                    sha256  6768174686d5eaef76b487f6f8160a932c48012668fbe542e7aba489134956ff

license             BSD
maintainers         {cal @neverpanic} openmaintainer
platforms           darwin

description         A Haskell-only implementation of the MD5 digest (hash) algorithm
long_description    \
    A Haskell-only implementation of the MD5 digest (hash) algorithm. This now \
    supports the crypto-api class interface.

depends_lib-append  port:hs-cereal \
                    port:hs-crypto-api \
                    port:hs-tagged