# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 PortSystem 1.0 name libtasn1 version 4.19.0 revision 0 categories devel # libs are LGPL; executables, examples and tests are GPL license {LGPL-2.1+ GPL-3+} maintainers {mps @Schamschula} openmaintainer description ASN.1 structure parser library long_description The libtasn1 library was developed for ASN1 (Abstract Syntax \ Notification One) structures management. homepage https://www.gnu.org/software/libtasn1/ master_sites gnu checksums rmd160 f6aa051251bb09a1a65bb7e8fcddf01deb4f4345 \ sha256 1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a \ size 1786576 # Fix for 4.9 build failure. # See https://lists.gnu.org/archive/html/help-libtasn1/2016-07/msg00001.html configure.args --disable-gcc-warnings \ --disable-silent-rules # gcc-4 on OS X 10.5 defaults to gnu89 which is "ISO C90 plus GNU extensions". We need C99. configure.cflags-append \ -std=gnu99 test.run yes test.target check livecheck.type regex livecheck.url https://ftp.gnu.org/pub/gnu/libtasn1/ livecheck.regex ${name}-(\\d+(\\.\\d+)*)