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

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       Crypto 4.2.5.1
revision            4
checksums           rmd160  adcbd51eb0656427a5e794fc2946dcbdd7e6ebe5 \
                    sha256  6ad5e0533d0aaaf2f30049d166881a845cc190780798661815da9b4914a0af66

maintainers         nomaintainer
platforms           darwin
license             GPL-2+

description         Collects together existing Haskell cryptographic functions into a package
long_description    \
    DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for \
    Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption \
    Modes e.g. Cipher Block Chaining all in one package, with HUnit and \
    QuickCheck tests, and examples.

depends_lib-append  port:hs-hunit \
                    port:hs-quickcheck