# -*- 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: Portfile 114531 2013-12-10 01:57:22Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       crypto-pubkey-types 0.4.1
checksums           rmd160  9b9bfc71eae56781f19b14ff19a5168c4a7af6e1 \
                    sha256  f986bb89819bca04e3be596e7e84ab23f7dc3945d5a43fb2f34d3b862f8440ff

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Generic cryptography Public keys algorithm types
long_description    \
    Generic cryptography public keys algorithm types

depends_lib-append  port:hs-asn1-types
