aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Request2/Makefile
blob: edd3f0bae4d47f17afd929404103ce53a1ad3a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   HTTP_Request2
PORTVERSION=    2.3.0
PORTEPOCH=  1
CATEGORIES= www pear

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

BUILD_DEPENDS=  ${PEARDIR}/Net/URL2.php:net/pear-Net_URL2
RUN_DEPENDS=    ${PEARDIR}/Net/URL2.php:net/pear-Net_URL2

OPTIONS_DEFINE= CURL FILEINFO ZLIB
CURL_DESC=  PHP CURL extension support
FILEINF_DESC=   PHP FILEINFO extension support
ZLI_DESC=   PECL ZLIB support

USES=   pear

CURL_USE=   PHP=curl
FILEINFO_USE=   PHP=fileinfo
ZLIB_USE=   PHP=zlib

.include <bsd.port.mk>