After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
27 lines
524 B
Makefile
27 lines
524 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= http
|
|
PORTVERSION= 1.7.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
PKGNAMESUFFIX= 1
|
|
DISTNAME= pecl_http-${PORTVERSION}
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Extended HTTP Support
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
CONFLICTS= pecl-http-*
|
|
|
|
CONFIGURE_ARGS+= --with-http-curl-requests \
|
|
--with-http-zlib-compression \
|
|
--with-http-magic-mime
|
|
|
|
.include <bsd.port.mk>
|