diff options
| author | taca <taca@pkgsrc.org> | 2016-09-08 03:26:09 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2016-09-08 03:26:09 +0000 |
| commit | 9e9a5d36d2dda0c416421cf8292b3db19c707949 (patch) | |
| tree | 57a596284f1b1e3f8542c2d7ef29c27c68f71220 /math/php-stats | |
| parent | 9c1f8b1d390a6ce2351b209092a46e7b84f2271b (diff) | |
| download | pkgsrc-9e9a5d36d2dda0c416421cf8292b3db19c707949.tar.gz | |
Limit to php70 and php71, php55 and php56 require php-stats 1.0.5.
Diffstat (limited to 'math/php-stats')
| -rw-r--r-- | math/php-stats/Makefile | 4 |
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" |
