aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-solr/Makefile
blob: 1b731843390e2682e6c6a809d4fd845be0bead32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

USES=       php:ext tar:tgz
USE_PHP=    json:build

.include <bsd.port.mk>