summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortaca <taca>2016-09-08 03:26:09 +0000
committertaca <taca>2016-09-08 03:26:09 +0000
commit1a0c0d174d68097f5812119a38383959ef75be9e (patch)
treec4503cf9b2e4295abeb06a6226790163e87fa6f7 /math
parent2e18b5a6fb580e8d02adc96668d7f240328827d8 (diff)
downloadpkgsrc-1a0c0d174d68097f5812119a38383959ef75be9e.tar.gz
Limit to php70 and php71, php55 and php56 require php-stats 1.0.5.
Diffstat (limited to 'math')
-rw-r--r--math/php-stats/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/php-stats/Makefile b/math/php-stats/Makefile
index 7f4208f51a9..af3eb8af153 100644
--- a/math/php-stats/Makefile
+++ b/math/php-stats/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2016/08/04 15:33:20 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/08 03:26:09 taca Exp $
MODNAME= stats
PECL_VERSION= 2.0.3
CATEGORIES+= math
COMMENT= PHP extension for statistical computation
+PHP_VERSIONS_ACCEPTED= 70 71
+
CONFIGURE_ARGS+= --enable-${MODNAME}
.include "../../lang/php/ext.mk"