diff options
author | abs <abs@pkgsrc.org> | 2012-02-12 18:50:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-02-12 18:50:52 +0000 |
commit | 5f70b4d5426a3f561cc0094a3339c138edf8cb05 (patch) | |
tree | 255ef67286e2ba19831d417eff8311c993063612 /converters/Makefile | |
parent | 8b98b86d9b0d8a7b947f530ad0bc17a5b52f1cc0 (diff) | |
download | pkgsrc-5f70b4d5426a3f561cc0094a3339c138edf8cb05.tar.gz |
+p5-Unicode-Collate +p5-Unicode-Normalize
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 3b8e31fdbf1..1c830522187 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2011/12/14 16:59:04 taca Exp $ +# $NetBSD: Makefile,v 1.112 2012/02/12 18:50:52 abs Exp $ # COMMENT= Document format and character code converters @@ -51,11 +51,13 @@ SUBDIR+= p5-MIME-Base32 SUBDIR+= p5-MIME-Base64 SUBDIR+= p5-MIME-Base64-URLSafe SUBDIR+= p5-Text-Iconv +SUBDIR+= p5-Unicode-Collate SUBDIR+= p5-Unicode-IMAPUtf7 SUBDIR+= p5-Unicode-Map SUBDIR+= p5-Unicode-Map8 SUBDIR+= p5-Unicode-MapUTF8 SUBDIR+= p5-Unicode-String +SUBDIR+= p5-Unicode-Normalize SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis SUBDIR+= p5-nkf |