summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"