summaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Header/Makefile
blob: 4b7d45dbef19f717000a46585c9ea6dbcb9cb47e (plain)
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
# Ports collection makefile for:  pear-HTTP_Header
# Date created:			  13 December 2003
# Whom:				  Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#

PORTNAME=	HTTP_Header
PORTVERSION=	1.2.0
CATEGORIES=	www devel pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR OO interface to modify and handle HTTP headers and status codes

BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	HTTP
FILES=		Header.php Header/Cache.php
TESTS=		response.php cacheresponse.php header.php header_cache.php \
		README.txt

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