           SPELL=mime-base64
         VERSION=3.05
          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
     SOURCE_HASH=sha512:d24c973b56f454cd5a797f37804d07146ca46add8ba169233972c36138add455c6adf1cba093d7a7032d18c8ad458f3f65f715f2305efcbd56bb5183d22cfd8e
      LICENSE[0]=ART
        WEB_SITE="http://search.cpan.org/~gaas/MIME-Base64-$VERSION/"
	BUILD_API=2
         ENTERED=20020312
         UPDATED=20050401
           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
