1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/pear-HTTP_Header/Makefile
Jochen Neumeister eb9ac8e5ea hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 18:09:09 +00:00

17 lines
397 B
Makefile

# Created by: 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:www/pear-HTTP@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>