# Created by: Joseph Scott (<joseph@randomnetworks.com>)
# $FreeBSD: tags/RELEASE_11_0_0/www/pear-HTTP_Client/Makefile 412351 2016-04-01 14:33:55Z mat $

PORTNAME=	HTTP_Client
PORTVERSION=	1.2.1
CATEGORIES=	www pear

MAINTAINER=	joseph@randomnetworks.com
COMMENT=	PEAR classes for high level HTTP requests

BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP \
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP \
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request

USES=	pear

.include <bsd.port.mk>
