aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request2/Makefile
blob: f0cf7148f344f618695f5f9e668a04ac36de8f90 (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
27
28
PORTNAME=	HTTP_Request2
PORTVERSION=	2.5.1
PORTEPOCH=	1
CATEGORIES=	www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
WWW=		https://pear.php.net/package/HTTP_Request2

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/docs/LICENSE

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Net_URL2>=2.2.0:net/pear-Net_URL2@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

OPTIONS_DEFINE=	CURL FILEINFO ZLIB
CURL_DESC=	PHP CURL extension support
FILEINFO_DESC=	PHP FILEINFO extension support
ZLIB_DESC=	PECL ZLIB support

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

.include <bsd.port.mk>