Sat May 28 13:33:01 2022 UTC ()
math/php-stats: restrict versions of PHP

This package dose not support PHP 5.6.


(taca)
diff -r1.8 -r1.9 pkgsrc/math/php-stats/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/math/php-stats/Makefile (expand / switch to unified diff)

--- pkgsrc/math/php-stats/Makefile 2022/05/22 13:40:42 1.8
+++ pkgsrc/math/php-stats/Makefile 2022/05/28 13:33:01 1.9
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.8 2022/05/22 13:40:42 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2022/05/28 13:33:01 taca Exp $
2 2
3MODNAME= stats 3MODNAME= stats
4PECL_VERSION= 2.0.3 4PECL_VERSION= 2.0.3
5CATEGORIES+= math 5CATEGORIES+= math
6COMMENT= PHP extension for statistical computation 6COMMENT= PHP extension for statistical computation
7 7
8PHP_VERSIONS_ACCEPTED= 56 74 8PHP_VERSIONS_ACCEPTED= 74
9 9
10CONFIGURE_ARGS+= --enable-${MODNAME} 10CONFIGURE_ARGS+= --enable-${MODNAME}
11 11
12.include "../../lang/php/ext.mk" 12.include "../../lang/php/ext.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"