diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-09 12:53:04 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-09 12:53:04 +0000 |
commit | b1222ca9080f5314db2c9aa3e7cba2b4be7b3193 (patch) | |
tree | 16bb448c03381d01e58e4a1b0bef794bb801325a /math/Makefile | |
parent | 1eed2f9c54a5713947d77639cef4bdd51573c4d7 (diff) | |
download | ports-b1222ca9080f5314db2c9aa3e7cba2b4be7b3193.tar.gz ports-b1222ca9080f5314db2c9aa3e7cba2b4be7b3193.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>
Notes
Notes:
svn path=/head/; revision=218266
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 |