           SPELL=crypt-tripledes
         VERSION=0.24
          SOURCE=Crypt-TripleDES-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Crypt-TripleDES-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/V/VI/VIPUL/$SOURCE
     SOURCE_HASH=sha512:0de8294f55703533ed0c4ce69ecad667e5a2342ee40e614cb377f98ca989b8fc19919f7e9de8ccc2b7c5befe6683e3d1e7eb3495494b74fa7c92ce44c2ec5904
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Crypt::TripleDES"
         ENTERED=20020320
        KEYWORDS="perl"
           SHORT="Triple DES encyption."
cat << EOF
This module implements 3DES encryption in ECB mode. The
code is based on Eric Young's implementation of DES in
pure perl. It's quite slow because of the way Perl handles
bit operations and is not recommended for use with large
texts.
EOF
