# HG changeset patch
# Parent 8bf92528bedde8f22ed206321aabcd653ec1208b
diff -r 8bf92528bedd rsync.macports.org/release/ports/perl/p5-io-socket-ssl/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup perl5 1.0 |
6 | 6 | |
7 | | perl5.setup IO-Socket-SSL 1.26 |
| 7 | perl5.setup IO-Socket-SSL 1.34 |
8 | 8 | platforms darwin |
9 | | maintainers nomaintainer |
| 9 | maintainers l2g.to:larry+macports |
| 10 | license Artistic/GPL |
10 | 11 | supported_archs noarch |
11 | 12 | |
12 | 13 | description Nearly transparent SSL encapsulation for IO::Socket::INET |
… |
… |
|
15 | 16 | oriented interface to SSL sockets. The class is a \ |
16 | 17 | descendent of IO::Socket::INET. |
17 | 18 | |
18 | | checksums md5 096319c7ceea6d4f42a264c55a3ea318 \ |
19 | | sha1 88a3e1678593ef87b8218399419737fc2357f7a1 \ |
20 | | rmd160 5f5bf53ee3d862e13132d4111f96f5ed2a4abc07 |
| 19 | checksums sha1 3cb1541fc4acefbaf1ad38220b9cd2edbf430eb4 \ |
| 20 | rmd160 059343eb88b82f2e8510e7b8f7a74643251ac486 |
21 | 21 | |
22 | 22 | depends_lib-append port:p5-net-ssleay port:p5-net-libidn |
| 23 | |
| 24 | # Only required for full testing: |
| 25 | #depends_build-append port:p5-io-socket-inet6 |