# -*- 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       asn1-data 0.7.1
revision            2
checksums           rmd160  8d3a788a629cadc2d8607d8ef79865bacc09fc56 \
                    sha256  f9a8a8ec41e89ebb4af6bd6b8a4c45515e44d7d61524d02b52881bfe7caf4783

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         ASN1 data reader and writer in RAW, BER and DER forms
long_description    \
    ASN1 data reader and writer in raw form with supports for high level forms \
    of ASN1 (BER, and DER). 

depends_lib-append  port:hs-cereal \
                    port:hs-mtl \
                    port:hs-text