diff options
author | taca <taca> | 2008-06-11 14:18:15 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-11 14:18:15 +0000 |
commit | fb86c36a487975d1343fdac5d633a219432484ec (patch) | |
tree | 813d1f7b0475ced61b5543fb948d415c26b4868b /converters | |
parent | decaca13523c3777ff9bebf3f08766e5ea9fcb19 (diff) | |
download | pkgsrc-fb86c36a487975d1343fdac5d633a219432484ec.tar.gz |
Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8.
Diffstat (limited to 'converters')
-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 |