           SPELL=net-smtp-ssl
         VERSION=1.01
          SOURCE=Net-SMTP-SSL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tar.gz}
   SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/C/CW/CWEST/$SOURCE
  SOURCE_HASH[0]=sha512:7d078830d088b18a7493820800e01743da4d771e8fb5f68bd5d2a6b035f4e40729adb7e5878cdd9a1a192a0c4e523a1c170e8733e30516804b16bc79d50e31ad
         LICENSE=ART
        WEB_SITE=http://search.cpan.org/~cwest/Net-SMTP-SSL/
         ENTERED=20120511
        KEYWORDS="perl"
           SHORT="SSL support for Net::SMTP"
cat << EOF
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network
operations. Due to the nature of Net::SMTP's new method, it is not overridden to
make use of a default port for the SMTPS service. Perhaps future versions will
be smart like that. Port 465 is usually what you want, and it's not a pain to
specify that.
EOF
