diff options
author | taca <taca@pkgsrc.org> | 2016-11-20 13:00:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-11-20 13:00:08 +0000 |
commit | 7d3854019845efdcfdd30e2fbf33e66d0f7e7177 (patch) | |
tree | 292fc11350d7e38b7a163a616c72507f42540c5e /devel/libthrift/options.mk | |
parent | 723e23592cc52e1b921bb6fbb8075befb421c3b0 (diff) | |
download | pkgsrc-7d3854019845efdcfdd30e2fbf33e66d0f7e7177.tar.gz |
libthrift 0.7.0 dose not support PHP 7.0 and later.
Diffstat (limited to 'devel/libthrift/options.mk')
-rw-r--r-- | devel/libthrift/options.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libthrift/options.mk b/devel/libthrift/options.mk index 853cf2d8f48..2b1788c49d9 100644 --- a/devel/libthrift/options.mk +++ b/devel/libthrift/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2016/05/30 16:03:13 taca Exp $ +# $NetBSD: options.mk,v 1.9 2016/11/20 13:00:08 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libthrift PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby @@ -82,6 +82,9 @@ PLIST.php= yes # XXX: avoid override from php Makefile.common EXTRACT_SUFX= .tar.gz +# support PHP 5.6's API only +PHP_VERSIONS_ACCEPTED= 56 + .include "../../lang/php/phpversion.mk" .include "${PHPPKGSRCDIR}/Makefile.common" .include "${PHPPKGSRCDIR}/buildlink3.mk" |