freebsd-ports/www/pear-HTTP/Makefile
Pav Lucistnik 4a67b712f8 - Update to 1.4.0
PR:		ports/91658
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:04:35 +00:00

22 lines
485 B
Makefile

# Ports collection makefile for: pear-HTTP
# Date created: 13 December 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= HTTP
PORTVERSION= 1.4.0
CATEGORIES= www devel pear
MAINTAINER= antonio@php.net
COMMENT= PEAR miscellaneous HTTP utilities
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= HTTP.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>