diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-15 19:19:40 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-15 19:19:40 +0000 |
commit | 5993e14e7c5e81af4c34bdb7b15a98c015626725 (patch) | |
tree | 679fa8b4503da2fd3b1383e739b199864fe91293 /japanese/Makefile | |
parent | b2d007767e0fb6def7adf0b4763af5ad524aa57d (diff) | |
download | ports-5993e14e7c5e81af4c34bdb7b15a98c015626725.tar.gz ports-5993e14e7c5e81af4c34bdb7b15a98c015626725.zip |
Add port japanese/p5-Lingua-JA-Kana:
This module is a simple utility to convert katakana, hiragana, and
romaji at ease. This module makes use of utf8 semantics. Strings in
this module must be utf8-flagged. If they are not, you can use Encode
to do so.
WWW: http://search.cpan.org/dist/Lingua-JA-Kana/
Author: Dan Kogai <dankogai@dan.co.jp>
Notes
Notes:
svn path=/head/; revision=213092
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 7cc92d0737cd..2a251e1abf92 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -254,6 +254,7 @@ SUBDIR += p5-Encode-EUCJPMS SUBDIR += p5-FormValidator-Simple-Plugin-Number-Phone-JP SUBDIR += p5-Jcode + SUBDIR += p5-Lingua-JA-Kana SUBDIR += p5-Lingua-JA-Numbers SUBDIR += p5-Lingua-JA-Summarize-Extract SUBDIR += p5-Mail-SpamAssassin |