# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD: head/www/pear-HTTP_Request/Makefile 402439 2015-11-26 12:04:00Z miwi $
# $MidnightBSD: trunk/www/pear-HTTP_Request/Makefile 22013 2016-10-30 16:01:32Z laffer1 $

PORTNAME=	HTTP_Request
PORTVERSION=	1.4.4
CATEGORIES=	www

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	PEAR classes providing an easy way to perform HTTP requests

LICENSE=	bsd3

BUILD_DEPENDS=	${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL		\
		${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS=	${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL		\
		${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket

USES=	pear

.include <bsd.port.mk>
