diff options
author | will <will@FreeBSD.org> | 2000-09-21 03:04:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-21 03:04:41 +0800 |
commit | 9ef4e062e6710df261a97d30b1d46dc5fee4d865 (patch) | |
tree | e634886f71bd4a937fd15e1b33ea4e93d2850dcd /converters/Makefile | |
parent | c52122837eb504146b7359e742368a7042fcaa89 (diff) | |
download | freebsd-ports-gnome-9ef4e062e6710df261a97d30b1d46dc5fee4d865.tar.gz freebsd-ports-gnome-9ef4e062e6710df261a97d30b1d46dc5fee4d865.tar.zst freebsd-ports-gnome-9ef4e062e6710df261a97d30b1d46dc5fee4d865.zip |
Add p5-Unicode-Map8 0.10, a perl module that implements a class which does
efficient table mappings between 8-bit charsets and 16-bit charsets
like Unicode.
PR: 21425
Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index f6f119b6f1ce..173b3f2e14ec 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -22,6 +22,7 @@ SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-UU SUBDIR += p5-MIME-Base64 + SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-String SUBDIR += recode SUBDIR += ruby-iconv |