freebsd-ports/www/pecl-solr/Makefile
Torsten Zuehlsdorff 1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
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
2017-12-14 13:57:28 +00:00

20 lines
340 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= solr
PORTVERSION= 2.4.0
CATEGORIES= www
MAINTAINER= gaod@hychen.org
COMMENT= PHP extension for Apache Solr
LICENSE= PHP301
LIB_DEPENDS= libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2
USES= php:pecl
USE_PHP= json:build
IGNORE_WITH_PHP= 72
.include <bsd.port.mk>