diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:33:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:33:01 +0800 |
commit | f5004174bd51c8b5c86971e1935ab893db18c480 (patch) | |
tree | f15b5873df241f8ca95cc6c6db7472cd7b4e41b6 /math/Makefile | |
parent | 89346f97372e66a1365bebb5b2acf3df000ee6de (diff) | |
download | freebsd-ports-gnome-f5004174bd51c8b5c86971e1935ab893db18c480.tar.gz freebsd-ports-gnome-f5004174bd51c8b5c86971e1935ab893db18c480.tar.zst freebsd-ports-gnome-f5004174bd51c8b5c86971e1935ab893db18c480.zip |
- Add p5-Number-Uncertainty 0.1
Number::Uncertainty provides an object-orientated uncertainty object. It stores
information about a value and its error bounds.
WWW: http://search.cpan.org/dist/Number-Uncertainty/
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 51ed4206ee19..7d5d9fd1491b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -460,6 +460,7 @@ SUBDIR += p5-NetCDF SUBDIR += p5-Number-Compare SUBDIR += p5-Number-Fraction + SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX SUBDIR += p5-Roman |