# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
# $Id: Portfile 120002 2014-05-12 21:59:57Z mf2k@macports.org $

PortSystem 1.0

name            libtasn1
version         3.4
categories      devel
# libs are LGPL; executables, examples and tests are GPL
license         {LGPL-2.1+ GPL-3+}
maintainers     sfiera openmaintainer
description     ASN.1 structure parser library
homepage        http://josefsson.org/libtasn1/
platforms       darwin

long_description \
    The libtasn1 library was developed for ASN1 (Abstract Syntax Notification \
    One) structures management.

master_sites    gnu

checksums           md5     21ec021c534b0f30b2834ce233c70f15 \
                    rmd160  55d964f7c998e0f3fac0ce2924d944521d8d1a22 \
                    sha256  f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8

livecheck.type  regex
livecheck.url   http://ftp.gnu.org/pub/gnu/libtasn1/
livecheck.regex ${name}-(\\d+(\\.\\d+)*)
