aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Header/Makefile
blob: c9675a7efe05bfa364ab13e333a5a6c2d34500e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	HTTP_Header
PORTVERSION=	1.2.1
CATEGORIES=	www devel pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR OO interface to modify and handle HTTP headers and status codes
WWW=		https://pear.php.net/package/HTTP_Header

BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>