From d25cb8686c23db5c3aad6e66a06a4f84e6d9b7db Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 8 Aug 2000 19:16:35 +0000 Subject: Add ruby-iconv, an iconv wrapper class for Ruby. As I couldn't get it working with converters/iconv, I made it use converters/libiconv (giconv) instead, for the present. In any case, this module is LGPL'd anyway. :p --- converters/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'converters/Makefile') diff --git a/converters/Makefile b/converters/Makefile index f3deaca63eb9..3a60263e606a 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -21,6 +21,7 @@ SUBDIR += p5-Convert-UU SUBDIR += p5-MIME-Base64 SUBDIR += recode + SUBDIR += ruby-iconv SUBDIR += tcs SUBDIR += trans SUBDIR += tuc -- cgit v1.2.3