mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
20 lines
320 B
Makefile
20 lines
320 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
|
|
|
|
.include <bsd.port.mk>
|