summaryrefslogtreecommitdiff
path: root/math/pear-Numbers_Words/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-01-03 21:06:00 +0000
committeradrianp <adrianp@pkgsrc.org>2006-01-03 21:06:00 +0000
commitd7760e43cb6bb04516fea26ed7500043a47f10c1 (patch)
tree0b1606ebd638c3af36957885ac4ffcb316cffba9 /math/pear-Numbers_Words/Makefile
parent32c7a1cee9d64de9991123007cac98bf5159c19f (diff)
downloadpkgsrc-d7760e43cb6bb04516fea26ed7500043a47f10c1.tar.gz
With Numbers_Words class you can convert numbers
written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity. If your system does not support such long numbers you can call Numbers_Words::toWords() with just a string.
Diffstat (limited to 'math/pear-Numbers_Words/Makefile')
-rw-r--r--math/pear-Numbers_Words/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/pear-Numbers_Words/Makefile b/math/pear-Numbers_Words/Makefile
new file mode 100644
index 00000000000..a5743991beb
--- /dev/null
+++ b/math/pear-Numbers_Words/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 21:06:00 adrianp Exp $
+
+DISTNAME= Numbers_Words-0.14.0
+CATEGORIES= math
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://pear.php.net/package/Numbers_Words/
+COMMENT= Provides methods for spelling numerals in words
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"