1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/pecl-solr/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

24 lines
465 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
PORTNAME= solr
PORTVERSION= 2.5.1
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= gaod@hychen.org
COMMENT= PHP extension for Apache Solr
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2
USES= php:pecl
USE_PHP= json:build
CONFIGURE_ARGS= LIBXML_CFLAGS=-I${LOCALBASE}/include/libxml2 \
LIBXML_LIBS=-L${LOCALBASE}/include/libxml2
.include <bsd.port.mk>