# -*- 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       cipher-rc4 0.1.4
revision            2
checksums           rmd160  0cdd8b6fe55172a0308f8c4121c51ab658874c75 \
                    sha256  c67e731bc9e7f3882e33609c3d9ec97b4e9bbd2f95cd882926acfb621970384d

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Fast RC4 cipher implementation
long_description    ${description}

depends_lib-append  port:hs-byteable \
                    port:hs-crypto-cipher-types