# HG changeset patch
# Parent 6a274ba66bbac4a1992af6a49d070652bf3bcaa5
diff -r 6a274ba66bba -r db00609e4a7f 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.34 |
| 7 | perl5.setup IO-Socket-SSL 1.35 |
8 | 8 | platforms darwin |
9 | 9 | maintainers l2g.to:larry+macports |
10 | 10 | license Artistic/GPL |
… |
… |
|
16 | 16 | oriented interface to SSL sockets. The class is a \ |
17 | 17 | descendent of IO::Socket::INET. |
18 | 18 | |
19 | | checksums sha1 3cb1541fc4acefbaf1ad38220b9cd2edbf430eb4 \ |
20 | | rmd160 059343eb88b82f2e8510e7b8f7a74643251ac486 |
| 19 | checksums sha1 26b6610844aac2835b02373216ffdd95015ac991 \ |
| 20 | rmd160 c5cb876eec3edf1d25c25e6f4a11291ba87445c4 |
21 | 21 | |
22 | 22 | depends_lib-append port:p5-net-ssleay port:p5-net-libidn |
23 | 23 | |