# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 # $Id: Portfile 51687 2009-05-31 18:05:17Z ryandesign@macports.org $ PortSystem 1.0 name gnutls version 2.6.5 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 General Public License (LGPL). master_sites gnu checksums md5 92b92c36b616aa8bd69a9a0fb2b8eb24 \ sha1 87d0fd82debee0d644f72fcf404ccd7540c6c71a \ rmd160 9e484d26c50bda0e26e0788ca5465da1ef620fe3 use_bzip2 yes post-patch { reinplace -E /libtasn1_config_version=/s/--version/--modversion/ \ $worksrcpath/configure } depends_build port:pkgconfig depends_lib port:libgcrypt \ port:libtasn1 \ port:opencdk \ port:lzo \ port:zlib \ port:readline configure.args --with-lzo \ --disable-guile \ ac_cv_path_LIBTASN1_CONFIG="pkg-config libtasn1" use_parallel_build yes test.run yes test.target check platform darwin 8 { depends_build-append port:texinfo } livecheck.check regex livecheck.url http://ftp.gnu.org/gnu/gnutls/ livecheck.regex ${name}-(\\d+\\.\[02468\]+(?:\\.\\d+)*)