mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d63665f7cd
This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
24 lines
465 B
Makefile
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>
|