mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
2de6d0986d
Reported by: pkg-fallout
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= solr
|
|
PORTVERSION= 2.5.0
|
|
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
|
|
IGNORE_WITH_PHP= 74
|
|
|
|
.include <bsd.port.mk>
|