diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-01-13 03:02:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-01-13 03:02:04 +0000 |
commit | ac3d29505273f1558a2f027744f9573d0cd83415 (patch) | |
tree | 95710d0e69354361a57069c17fb0922a19a14067 /www/pecl-http/Makefile | |
parent | 5c5d98ceb62d397bd3723e7efa9ca4f6699c21a1 (diff) | |
download | ports-ac3d29505273f1558a2f027744f9573d0cd83415.tar.gz ports-ac3d29505273f1558a2f027744f9573d0cd83415.zip |
Upgrade to 2.1.4.
Notes
Notes:
svn path=/head/; revision=376900
Diffstat (limited to 'www/pecl-http/Makefile')
-rw-r--r-- | www/pecl-http/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index ab2d85ee2efd..fc18b9c5a498 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -2,21 +2,27 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 1.7.6 +PORTVERSION= 2.1.4 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= pecl_${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Extended HTTP Support +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ |