blob: 66437033eca06ed3caf20615f3492a6fa13febd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= solr
PORTVERSION= 1.1.1
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= gaod@hychen.org
COMMENT= The Apache Solr PHP extension
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
xml2:${PORTSDIR}/textproc/libxml2
USE_PHP= json
USE_PHPEXT= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
.include <bsd.port.mk>
|