1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/pear-HTTP_Request/Makefile
Thierry Thomas 27de4c5c9c Add pear-HTTP_Request 1.2, PEAR classes providing an easy way to
perform HTTP requests.

Approved by:	pav (mentor).
2004-04-06 19:15:30 +00:00

27 lines
708 B
Makefile

# Ports collection makefile for: pear-HTTP_Request
# Date created: 04 April 2004
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#
PORTNAME= HTTP_Request
PORTVERSION= 1.2
CATEGORIES= www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR classes providing an easy way to perform HTTP requests
BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTTP
FILES= Request.php Request/Listener.php
EXAMPLES= download-progress.php example.php
_EXAMPLESDIR= docs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>