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