# -*- 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-api 0.12.2.2
revision            4
checksums           rmd160  c2058f2e60317d73e465232d7c6305b490b05bac \
                    sha256  33ec873929013e9b0fefeddfdecffd445f1afdf426a3e3c41c5aaefce346bb62

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         A generic interface for cryptographic operations
long_description    \
    A generic interface for cryptographic operations (hashes, ciphers, \
    randomness). Maintainers of hash and cipher implementations are encouraged \
    to add instances for the classes defined in Crypto.Classes. Crypto users \
    are similarly encouraged to use the interfaces defined in the Classes \
    module. Any concepts or functions of general use to more than one \
    cryptographic algorithm (ex: padding) is within scope of this package.

depends_lib-append  port:hs-cereal \
                    port:hs-entropy \
                    port:hs-tagged