diff options
author | abs <abs@pkgsrc.org> | 2007-02-21 12:23:11 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-02-21 12:23:11 +0000 |
commit | 9b408f6b209022a2037a1799771e457caf7542c3 (patch) | |
tree | 1aa9839d7b8a1ef1ef077a4d6198307db8971742 /converters | |
parent | 1f9ad435eb67835cb4a5492417198ec9b6aa0807 (diff) | |
download | pkgsrc-9b408f6b209022a2037a1799771e457caf7542c3.tar.gz |
add p5-MIME-Base64-URLSafe
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index ea0780dcc1b..8fdf4447259 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2006/09/07 15:44:03 taca Exp $ +# $NetBSD: Makefile,v 1.87 2007/02/21 12:23:11 abs Exp $ # COMMENT= Document format and character code converters @@ -36,6 +36,7 @@ SUBDIR+= p5-Convert-UUlib SUBDIR+= p5-Jcode SUBDIR+= p5-MIME-Base32 SUBDIR+= p5-MIME-Base64 +SUBDIR+= p5-MIME-Base64-URLSafe SUBDIR+= p5-Text-Iconv SUBDIR+= p5-Unicode-IMAPUtf7 SUBDIR+= p5-Unicode-Map8 |