freebsd-ports/security/pear-Auth_SASL/Makefile
Pav Lucistnik 80b2d061b3 - Update to 1.0.2
- Grant maintainership to the submitter

PR:		ports/97546
Submitted by:	Anish Mistry <amistry@am-productions.biz>
2006-08-22 08:02:52 +00:00

24 lines
665 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.2
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}
CATEGORY= Auth
FILES= SASL.php SASL/Anonymous.php SASL/Common.php SASL/CramMD5.php \
SASL/DigestMD5.php SASL/Login.php SASL/Plain.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>