c0d1762ee8
PR: 147443 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
25 lines
716 B
Makefile
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.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>
|