# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 # $Id: Portfile 41745 2008-11-10 03:28:56Z blb@macports.org $ PortSystem 1.0 name gnutls version 2.6.0 categories devel security maintainers sfiera openmaintainer description GNU Transport Layer Security Library homepage http://www.gnutls.org/ platforms darwin long_description \ GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and \ SSL 3.0 protocols. The library does not include any patented algorithms \ and is available under the GNU Lesser GPL license. master_sites gnu checksums md5 075ed5bb7b82aea9892925f590888de3 \ sha1 bbd9e5f3a77bfcbef5a769c67d1576e7a6e4bda5 \ rmd160 1d92662edd64e93e658fc527f1dfbfc99ab3a1da use_bzip2 yes depends_lib port:libgcrypt \ port:libtasn1 \ port:opencdk \ port:lzo \ port:zlib \ port:readline configure.args --with-lzo \ --disable-guile use_parallel_build no test.run yes test.target check platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 } livecheck.check regex livecheck.url http://ftp.gnu.org/gnu/gnutls/ livecheck.regex ${name}-(\\d+\\.\[02468\]+(?:\\.\\d+)*)