diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-09 20:53:04 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-09 20:53:04 +0800 |
commit | 4f728b460cb419edb2c25aac298951f32cef50be (patch) | |
tree | f6fe855838af243cbd6af8a86837cbcfd7e6abe7 /math/Makefile | |
parent | d28d35b005b92cff62d3114cebdb1c74e16a44cd (diff) | |
download | freebsd-ports-gnome-4f728b460cb419edb2c25aac298951f32cef50be.tar.gz freebsd-ports-gnome-4f728b460cb419edb2c25aac298951f32cef50be.tar.zst freebsd-ports-gnome-4f728b460cb419edb2c25aac298951f32cef50be.zip |
This module converts to and from Base36 numbers (0..9 - A..Z)
It was created because of an article/challenge in "The Perl Review"
WWW: http://search.cpan.org/dist/Math-Base36/
PR: ports/126383
Submitted by: Yi-Hsuan Hsin <mhsin at mhsin.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 63a3b59e4ed9..54ba67cd4081 100644 --- a/math/Makefile +++ b/math/Makefile @@ -199,6 +199,7 @@ SUBDIR += p5-Geo-Distance SUBDIR += p5-Graph SUBDIR += p5-Math-Algebra-Symbols + SUBDIR += p5-Math-Base36 SUBDIR += p5-Math-Base85 SUBDIR += p5-Math-BaseCalc SUBDIR += p5-Math-Bezier |