# $Id: Portfile,v 1.2 2006/08/08 07:07:59 yeled Exp $

PortSystem  1.0

name            libgsasl
version         0.2.7
categories      security net
maintainers     yeled@opendarwin.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 }
