           SPELL=mime-base64
         VERSION=3.14
     SOURCE_HASH=sha512:cc3c011479a0ed27ed38074a9a0288b674b61d85ee6d0d633083d9e86d9702e403f9cc6ac61a214f2b9be0ec060f152f185785b0528a689108e37e417ec1079c
          SOURCE=MIME-Base64-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MIME-Base64-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/G/GA/GAAS/$SOURCE
      LICENSE[0]=ART
        WEB_SITE=http://search.cpan.org/~gaas/MIME-Base64/
         ENTERED=20020312
        KEYWORDS="perl"
           SHORT="Encode/decode Base 64 (RFC 2045)"
cat << EOF
This module provides functions to encode and decode
strings into the Base64 encoding specified in RFC 2045 -
MIME (Multipurpose Internet Mail Extensions). The Base64
encoding is designed to represent arbitrary sequences of
octets in a form that need not be humanly readable. A
65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used,
enabling 6 bits to be represented per printable character.
EOF
