freebsd-ports/www/pear-HTTP_Header/Makefile
2004-08-06 21:17:23 +00:00

24 lines
639 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.1.0
CATEGORIES= www devel pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR OO-Interface to modify HTTP-Headers easily
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTTP
FILES= Header.php Header/Cache.php
TESTS= README.txt cacheresponse.php header.php header_cache.php response.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>