diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:02:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:02:41 +0000 |
commit | fab778a52fa854ac7b5da657c4fbffc6af4a22fe (patch) | |
tree | 73d20080c8cccaefe362fa44039ca2c11fc2dd70 /math/Makefile | |
parent | Add p5-Statistics-Distributions 0.05, perl module that calculates (diff) |
Add p5-Statistics-LTU 2.8, a perl implementation of Linear Threshould
Units.
PR: 24000
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes:
svn path=/head/; revision=36746
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 7f4417351cf3..2566a50b1bc7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -61,6 +61,7 @@ SUBDIR += p5-Statistics-ChiSquare SUBDIR += p5-Statistics-Descriptive SUBDIR += p5-Statistics-Distributions + SUBDIR += p5-Statistics-LTU SUBDIR += pari SUBDIR += parmetis SUBDIR += physcalc |