# $Id: Portfile 104970 2013-04-06 11:00:17Z mww@macports.org $

PortSystem 1.0

name                asn1c
version             0.9.24
categories          lang
platforms           darwin
maintainers         mww
license             BSD
description         ASN.1 to C compiler
long_description    The asn1c is a Free ASN.1 to C compiler. It supports a \
                    wide range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 \
                    1988, 1994, 1997, 2002 and later amendments. The basic \
                    supported syntax is ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002).

homepage            http://lionet.info/asn1c/
master_sites        sourceforge:asn1c \
                    http://lionet.info/soft/
checksums           rmd160  4d9759d0cdbbf3b97220ee3fc67b5d112bef4e50 \
                    sha256  2200bb45f8bc7e85d065fb0714f255861040dd8aa58fe94b4393b282b0d1295f

configure.args      --mandir=${prefix}/share/man

test.run            yes
test.target         check

livecheck.type      regex
livecheck.url       http://lionet.info/asn1c/download.html
livecheck.regex     asn1c-(\[0-9\\.\]+)\\.tar.gz

