Portfile

# $Id: Portfile 20462 2006-11-03 15:15:45Z blair@macports.org $

PortSystem 1.0

name libgsasl
version 0.2.7
categories security net
maintainers yeled@macports.org
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.
platforms darwin
homepage http://josefsson.org/libgsasl/
master_sites ftp://alpha.gnu.org/pub/gnu/gsasl/ \
http://josefsson.org/gsasl/releases/
checksums md5 ea7c2ca3b2b6ed3dbabe4750f8637e4e

#depends_lib port:?

#variant idn { depends_lib-append port:libidn }