# Ports collection makefile for:	pear-Auth_HTTP
# Date created:				2004-10-25
# Whom:					des
#
# $FreeBSD: ports/security/pear-Auth_HTTP/Makefile,v 1.3 2005/01/22 13:49:04 thierry Exp $
#

PORTNAME=	Auth_HTTP
PORTVERSION=	2.1.4
CATEGORIES=	security www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR HTTP authentication methods

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

CATEGORY=	Auth
FILES=		HTTP.php
TESTS=		sample.sql test_basic_simple.php test_digest_simple.php	\
		test_digest_get.php test_digest_post.php

post-extract:
	(cd ${WRKSRC} && ${LN} -s Auth_HTTP.php HTTP.php)

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