diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-21 09:30:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-21 09:30:13 +0000 |
commit | 42ae3441ffc753ae8c87a42b8e18e248bbf7d749 (patch) | |
tree | 3d6072250a559bd0ff334fba7cebd7dc7c26f1a3 /math | |
parent | 2e23a5bf74e72d53129c1c41e7d94a575c1d2136 (diff) | |
download | pkgsrc-42ae3441ffc753ae8c87a42b8e18e248bbf7d749.tar.gz |
math/Makefile: + p5-Statistics-CaseResampling
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9a4ed3fc6d0..f3c8dfca38c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.399 2018/08/21 09:24:59 wiz Exp $ +# $NetBSD: Makefile,v 1.400 2018/08/21 09:30:13 wiz Exp $ COMMENT= Mathematics @@ -256,6 +256,7 @@ SUBDIR+= p5-Spreadsheet-Read SUBDIR+= p5-Spreadsheet-ReadSXC SUBDIR+= p5-Spreadsheet-WriteExcel SUBDIR+= p5-Spreadsheet-XLSX +SUBDIR+= p5-Statistics-CaseResampling SUBDIR+= p5-Statistics-Descriptive SUBDIR+= p5-Statistics-Distributions SUBDIR+= p5-Statistics-TTest |