2004-10-25 15:28:19 +02:00
|
|
|
# Ports collection makefile for: pear-Auth_HTTP
|
|
|
|
# Date created: 2004-10-25
|
|
|
|
# Whom: des
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Auth_HTTP
|
2005-04-26 07:35:17 +02:00
|
|
|
PORTVERSION= 2.1.6
|
2004-10-25 15:28:19 +02:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-04-26 07:35:17 +02:00
|
|
|
COMMENT= PEAR HTTP authentication
|
2004-10-25 15:28:19 +02:00
|
|
|
|
2005-01-22 14:49:04 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
|
2004-10-25 15:28:19 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Auth
|
2004-10-25 15:55:21 +02:00
|
|
|
FILES= HTTP.php
|
2005-04-26 07:35:17 +02:00
|
|
|
TESTS= sample.sql test_basic_simple.php test_digest_simple.php \
|
2005-01-22 14:49:04 +01:00
|
|
|
test_digest_get.php test_digest_post.php
|
2004-10-25 15:55:21 +02:00
|
|
|
|
|
|
|
post-extract:
|
2005-04-26 07:35:17 +02:00
|
|
|
@${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES}
|
2004-10-25 15:28:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-10-25 15:28:19 +02:00
|
|
|
.include <bsd.port.post.mk>
|