# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 74414 2010-12-16 09:56:29Z ryandesign@macports.org $ PortSystem 1.0 name libgsasl version 1.6.0 maintainers ryandesign categories security net platforms darwin homepage http://josefsson.org/libgsasl/ master_sites gnu:gsasl description GNU SASL: an authentication library. long_description GNU SASL is an implementation of the Simple \ Authentication and Security Layer framework and \ a few common SASL mechanisms. SASL is used by \ network servers (e.g., IMAP, SMTP) to request \ authentication from clients, and in clients to \ authenticate against servers. checksums sha1 bb760a943ac487d332d5216559cd5fa765952245 \ rmd160 71a1649422f469565510a8f7107421eb4fd16819 depends_lib port:libiconv \ port:gettext \ port:gss \ port:libidn use_parallel_build yes livecheck.type regex livecheck.url ftp://ftp.gnu.org/pub/gnu/gsasl/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" variant gssapi_mit description {Use MIT GSS-API implementation} { depends_lib-delete port:gss configure.args-append --with-gssapi-impl=mit }