Ticket #35308: Portfile

File Portfile, 824 bytes (added by dark.panda+macports@…, 12 years ago)

Portfile for Net::SMTP::SSL for perl5.

Line 
1# $Id: $
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.branches      5.8 5.10 5.12 5.14 5.16
7perl5.setup         Net-SMTP-SSL 1.01
8revision            3
9license             {Artistic-1 GPL}
10maintainers         nomaintainer
11distfiles           Net-SMTP-SSL-${perl5.moduleversion}.tar.gz
12master_sites        http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/
13platforms           darwin
14worksrcdir          Net-SMTP-SSL-${perl5.moduleversion}
15
16description \
17        Perl5 SSL support for Net::SMTP
18
19long_description \
20        Implements the same API as Net::SMTP, but uses IO::Socket::SSL \
21        for its network operations.
22
23checksums \
24        md5 ba039288ebf7a343feecacd374da8c1a \
25        sha1 2acccf803a6b0b5f71bd3ebed41434afb99d5e16 \
26        rmd160 8848d5f28d6e7ce03481aa6f0b7bb6b193c0bddb
27
28if {${perl5.major} != ""} {
29supported_archs noarch
30}