diff options
author | will <will@FreeBSD.org> | 2001-01-04 08:03:14 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 08:03:14 +0800 |
commit | fdcb4e3214d904f38a9dab495056370ba89e3f3c (patch) | |
tree | 6332f4bc0a7d6756643fae0c3e7278b1880ed5bd /math/Makefile | |
parent | 8451564659eb9be729f8e02c1a7ffadc04e0c348 (diff) | |
download | freebsd-ports-gnome-fdcb4e3214d904f38a9dab495056370ba89e3f3c.tar.gz freebsd-ports-gnome-fdcb4e3214d904f38a9dab495056370ba89e3f3c.tar.zst freebsd-ports-gnome-fdcb4e3214d904f38a9dab495056370ba89e3f3c.zip |
Add p5-Statistics-OLS 0.07, perl module to perform ordinary least squares
and other bivariate statistics.
PR: 24011
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2566a50b1bc7..e7e88a1a76f8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -62,6 +62,7 @@ SUBDIR += p5-Statistics-Descriptive SUBDIR += p5-Statistics-Distributions SUBDIR += p5-Statistics-LTU + SUBDIR += p5-Statistics-OLS SUBDIR += pari SUBDIR += parmetis SUBDIR += physcalc |