diff options
author | taca <taca> | 2008-06-11 14:18:15 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-11 14:18:15 +0000 |
commit | 1833d9ca3ffe9cf13cff4128dc10e69dac3eba8d (patch) | |
tree | 813d1f7b0475ced61b5543fb948d415c26b4868b | |
parent | af9fd558f8240f28d0ba1011891f55ad872257bc (diff) | |
download | pkgsrc-1833d9ca3ffe9cf13cff4128dc10e69dac3eba8d.tar.gz |
Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8.
-rw-r--r-- | converters/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 0fc9b264a9a..b3e1219e307 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2008/04/17 12:39:36 reed Exp $ +# $NetBSD: Makefile,v 1.94 2008/06/11 14:18:15 taca Exp $ # COMMENT= Document format and character code converters @@ -44,7 +44,9 @@ SUBDIR+= p5-MIME-Base64 SUBDIR+= p5-MIME-Base64-URLSafe SUBDIR+= p5-Text-Iconv SUBDIR+= p5-Unicode-IMAPUtf7 +SUBDIR+= p5-Unicode-Map SUBDIR+= p5-Unicode-Map8 +SUBDIR+= p5-Unicode-MapUTF8 SUBDIR+= p5-Unicode-String SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis |