mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
26 lines
465 B
Makefile
26 lines
465 B
Makefile
# 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
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libxml2.so:textproc/libxml2
|
|
|
|
USE_PHP= json
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
.include <bsd.port.mk>
|