diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-15 17:45:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-15 17:45:32 +0000 |
commit | bd423a32f0cebc4fac1cf0cb25541dfb8af3c0c8 (patch) | |
tree | 3723b2cf25495ff7d8cddcdaec53b265244c79a4 /www/pecl-solr/Makefile | |
parent | 8b3e37cd8a46598d1cfae4df237a89a50fd69361 (diff) |
Notes
Diffstat (limited to 'www/pecl-solr/Makefile')
-rw-r--r-- | www/pecl-solr/Makefile | 4 |
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> |