opnsense-ports/www/pear-HTTP_Header/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

16 lines
368 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
RUN_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP
USES= pear
.include <bsd.port.mk>