mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Li-Wen Hsu](/assets/img/avatar_default.png)
PR: 247364 Submitted by: hagabard@gmail.com Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) MFH: 2020Q3 (blanket: build fix)
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= solr
|
|
PORTVERSION= 2.5.0
|
|
PORTREVISION= 1
|
|
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>
|