diff options
author | wen <wen@FreeBSD.org> | 2010-03-31 14:59:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-31 14:59:08 +0800 |
commit | 2f935393427f752d113166d609e4e8c96d29cde2 (patch) | |
tree | 3db47cae4cdae8d3f90a94168bf641a9f715d642 /math/Makefile | |
parent | fa9f9cfd056411974fafcb104253708570e4a6cf (diff) | |
download | freebsd-ports-gnome-2f935393427f752d113166d609e4e8c96d29cde2.tar.gz freebsd-ports-gnome-2f935393427f752d113166d609e4e8c96d29cde2.tar.zst freebsd-ports-gnome-2f935393427f752d113166d609e4e8c96d29cde2.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>
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 |