# -*- 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       entropy 0.2.2.4
revision            2
checksums           rmd160  570c1502827908e44c5605748b5ce18c9bc3e049 \
                    sha256  f585fe58cd8318b26a6d1dead9b9927507406c8ec1555e93242b0698c1ba55b2

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         A platform independent entropy source
long_description    \
    A platform independent method to obtain cryptographically strong entropy \
    (urandom on Linux, CryptAPI on Windows, patches welcome). Users looking for \
    cryptographically strong (number-theoretically sound) PRNGs should see the \
    DRBG package too!