aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_HTTP/Makefile
blob: 06db6a5f2552efb3ddbedb8ddf506aeddbb6a0a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Ports collection makefile for:	pear-Auth_HTTP
# Date created:				2004-10-25
# Whom:					des
#
# $FreeBSD$
#

PORTNAME=	Auth_HTTP
PORTVERSION=	2.1.6
CATEGORIES=	security www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR HTTP authentication

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:
	@${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES}

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