aboutsummaryrefslogtreecommitdiff
path: root/www/pecl-solr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pecl-solr/Makefile')
-rw-r--r--www/pecl-solr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile
index 5d4714844e77..dff3cb5d6407 100644
--- a/www/pecl-solr/Makefile
+++ b/www/pecl-solr/Makefile
@@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= solr
-PORTVERSION= 2.4.0
+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= 72 73
.include <bsd.port.mk>