# -*- 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       securemem 0.1.3
revision            2
checksums           rmd160  f887e1d8e631fc9c3df20e138a4182724551426e \
                    sha256  12a42caa7b09076197f14eb8511ec98969becdd81596617fe71cc13dcebccccf

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         abstraction to an auto scrubbing and const time eq, memory chunk
long_description    \
    SecureMem is similar to ByteString, except that it provides a memory chunk \
    that will be auto-scrubbed after it run out of scope.

depends_lib-append  port:hs-byteable