# Ports collection makefile for:  pear-Auth_SASL
# Date created:			  2 February 2003
# Whom:				  Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD: ports/security/pear-Auth_SASL/Makefile,v 1.11 2010/06/05 16:17:31 miwi Exp $
#

PORTNAME=	Auth_SASL
PORTVERSION=	1.0.4
CATEGORIES=	security www pear

MAINTAINER=	amistry@am-productions.biz
COMMENT=	PEAR abstraction of various SASL mechanism responses

BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS=	${BUILD_DEPENDS}

FILES=		Auth/SASL.php Auth/SASL/Anonymous.php \
		Auth/SASL/Common.php Auth/SASL/CramMD5.php \
		Auth/SASL/External.php Auth/SASL/DigestMD5.php \
		Auth/SASL/Login.php Auth/SASL/Plain.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
