mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
27 lines
671 B
Makefile
27 lines
671 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.1
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
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}
|
|
|
|
PEAR_CATSRC= yes
|
|
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>
|