aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-05 22:03:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-05 22:03:09 +0000
commit5ffae124f9857bcf359facc06a9120d73f58dd80 (patch)
tree5c3fb416a371a9e4219922e19ae3d238427d5898 /math/Makefile
parent9735e6c7c7df937a7469e092c3363097cf752205 (diff)
downloadports-5ffae124f9857bcf359facc06a9120d73f58dd80.tar.gz
ports-5ffae124f9857bcf359facc06a9120d73f58dd80.zip
BaseCnv provides a few simple functions for converting between
arbitrary number bases. It is as fast as I currently know how to make it (of course relying only on the lovely Perl). If you would rather utilize an object syntax for number-base conversion, please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine Math::BaseCalc module. WWW: http://search.cpan.org/dist/Math-BaseCnv/ PR: ports/135216 Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes: svn path=/head/; revision=235243
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index b357499ddbca..84135758619a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -292,6 +292,7 @@
SUBDIR += p5-Math-Base36
SUBDIR += p5-Math-Base85
SUBDIR += p5-Math-BaseCalc
+ SUBDIR += p5-Math-BaseCnv
SUBDIR += p5-Math-Bezier
SUBDIR += p5-Math-Bezier-Convert
SUBDIR += p5-Math-BigInt