1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/pear-HTTP_Header/Makefile
Pav Lucistnik 609d205164 - Update to 1.2.0
PR:		ports/91660
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:06:55 +00:00

26 lines
653 B
Makefile

# 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>