freebsd-ports/www/pear-HTTP_Header/Makefile
Pav Lucistnik 2d05e9a743 - Update to 1.1.1
- Update description, comment
- Take maintainership

PR:		ports/73860
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-11-12 21:20:07 +00:00

24 lines
658 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.1
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= 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>