Skip to content

Commit

Permalink
math/php-stats: restrict versions of PHP
Browse files Browse the repository at this point in the history
This package dose not support PHP 5.6.
  • Loading branch information
taca committed May 28, 2022
1 parent ee0ba1b commit f0f02fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/php-stats/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.8 2022/05/22 13:40:42 taca Exp $
# $NetBSD: Makefile,v 1.9 2022/05/28 13:33:01 taca Exp $

MODNAME= stats
PECL_VERSION= 2.0.3
CATEGORIES+= math
COMMENT= PHP extension for statistical computation

PHP_VERSIONS_ACCEPTED= 56 74
PHP_VERSIONS_ACCEPTED= 74

CONFIGURE_ARGS+= --enable-${MODNAME}

Expand Down

0 comments on commit f0f02fd

Please sign in to comment.