freebsd-ports/www/pear-HTTP_Header/Makefile

19 lines
481 B
Makefile
Raw Normal View History

# Created by: Alex Miller (<asm@asm.kiev.ua>)
# $FreeBSD$
PORTNAME= HTTP_Header
2011-02-26 10:16:14 +01:00
PORTVERSION= 1.2.1
CATEGORIES= www devel pear
2009-12-01 22:46:50 +01:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>