blob: 8d538b527ce935891db6609efed7219e449d6e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= solr
PORTVERSION= 2.4.0
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
MAINTAINER= gaod@hychen.org
COMMENT= PHP extension for Apache Solr
LICENSE= PHP301
LIB_DEPENDS= libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2
BROKEN_powerpc64= Does not build
USES= php:ext tar:tgz
USE_PHP= json:build
.include <bsd.port.mk>
|