2003-12-28 09:52:55 +01:00
|
|
|
# Ports collection makefile for: pear-HTTP_Header
|
|
|
|
# Date created: 13 December 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP_Header
|
2004-11-12 22:20:07 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2003-12-28 09:52:55 +01:00
|
|
|
CATEGORIES= www devel pear
|
|
|
|
|
2004-11-12 22:20:07 +01:00
|
|
|
MAINTAINER= antonio@php.net
|
|
|
|
COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes
|
2003-12-28 09:52:55 +01:00
|
|
|
|
2004-04-14 23:56:32 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= HTTP
|
|
|
|
FILES= Header.php Header/Cache.php
|
2004-08-06 23:17:23 +02:00
|
|
|
TESTS= README.txt cacheresponse.php header.php header_cache.php response.php
|
2003-12-28 09:52:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2003-12-28 10:11:28 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2003-12-28 09:52:55 +01:00
|
|
|
.include <bsd.port.post.mk>
|