d306ed47b9
PR: 128951 Submitted by: Wen Heping <wenheping@gmail.com>
26 lines
700 B
Makefile
26 lines
700 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.4.4
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@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= example.php download-progress.php
|
|
_EXAMPLESDIR= docs
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|