diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-09 16:42:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-09 16:42:32 +0800 |
commit | f54db673746cda280ca06ddae396a2111c513c27 (patch) | |
tree | 689e0bb4eb0af2d1f35f6af946ab791a36e10bed /russian/Makefile | |
parent | a1ef4ea1f83f8816b307b387bbbfa7a7a6772622 (diff) | |
download | freebsd-ports-gnome-f54db673746cda280ca06ddae396a2111c513c27.tar.gz freebsd-ports-gnome-f54db673746cda280ca06ddae396a2111c513c27.tar.zst freebsd-ports-gnome-f54db673746cda280ca06ddae396a2111c513c27.zip |
Convert::Cyrillic is a Perl module. It implements routine for converting from
one cyrillic charset to another. It is intended to be used from cgi's which
need built-in support for translations. For example, you may wish to use it in
form processor to translate from user encoding to one used by your site.
WWW: http://search.cpan.org/dist/cyrillic/
PR: ports/134332
Submitted by: Sergey Kandaurov <pluknet at gmail.com>
Diffstat (limited to 'russian/Makefile')
-rw-r--r-- | russian/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 13a1bf0d932a..55f263dbfc28 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -25,6 +25,7 @@ SUBDIR += mueller-dic SUBDIR += muttprint SUBDIR += napster + SUBDIR += p5-Convert-Cyrillic SUBDIR += p5-Lingua-RU-Charset SUBDIR += p5-XML-Parser-encodings SUBDIR += p5-cyrillic |