           SPELL=crypt-tripledes
         VERSION=0.24
          SOURCE=Crypt-TripleDES-$VERSION.tar.gz
       BUILD_API=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Crypt-TripleDES-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/V/VI/VIPUL/$SOURCE
          MD5[0]="a7c31316bb05a1ef45507d94ced04c2a"
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Crypt::TripleDES"
         ENTERED=20020320
         UPDATED=20020320
      MAINTAINER="redlemon@knoware.nl"
           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
