diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-31 06:59:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-31 06:59:08 +0000 |
commit | d1ff8fe5309c75fc3deb1b55f82aaa943d0556e2 (patch) | |
tree | a285e7c68f009de67b12cd9f21b1ff71a6a21f35 /math/Makefile | |
parent | 4c130ac10df0539059ef8ad63792b08fc5a85345 (diff) | |
download | ports-d1ff8fe5309c75fc3deb1b55f82aaa943d0556e2.tar.gz ports-d1ff8fe5309c75fc3deb1b55f82aaa943d0556e2.zip |
Number::Fraction is a Perl module which allows you to work with fractions
in your Perl programs.
WWW: http://search.cpan.org/dist/Number-Fraction/
PR: ports/145137
Submitted by: Steve Wills <steve@mouf.net>
Notes
Notes:
svn path=/head/; revision=251879
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 7bf9b7091d6f..e1133baffbb6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -376,6 +376,7 @@ SUBDIR += p5-MatrixReal SUBDIR += p5-NetCDF SUBDIR += p5-Number-Compare + SUBDIR += p5-Number-Fraction SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX SUBDIR += p5-Roman |