2013-03-17 07:56:53 +01:00
|
|
|
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
2003-12-28 09:52:55 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTTP_Header
|
2011-02-26 10:16:14 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2003-12-28 09:52:55 +01:00
|
|
|
CATEGORIES= www devel pear
|
|
|
|
|
2009-12-01 22:46:50 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-11-12 22:20:07 +01:00
|
|
|
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
|
2013-03-17 07:56:53 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
|
2004-04-14 23:56:32 +02:00
|
|
|
|
2013-03-17 07:56:53 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2003-12-28 09:52:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-12-28 09:52:55 +01:00
|
|
|
.include <bsd.port.post.mk>
|