freebsd-ports/security/pear-Auth_SASL/Makefile
Martin Wilke 93646bb073 - Update to 1.0.3
PR:		137453
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2009-08-22 22:16:38 +00:00

25 lines
716 B
Makefile

# Ports collection makefile for: pear-Auth_SASL
# Date created: 2 February 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Auth_SASL
PORTVERSION= 1.0.3
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>