# HG changeset patch
# Parent 588919cb43aba3765681dbd1f401dee7481a0dff
diff -r 588919cb43ab rsync.macports.org/release/ports/perl/p5-crypt-ssleay/Portfile
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | 5 | |
6 | | perl5.setup Crypt-SSLeay 0.57 |
7 | | revision 1 |
| 6 | perl5.setup Crypt-SSLeay 0.58 |
8 | 7 | maintainers mas openmaintainer |
9 | 8 | description module to add SSL support to LWP |
10 | 9 | long_description ${description} |
11 | | homepage http://search.cpan.org/~hampton/${distname}/ |
12 | 10 | |
13 | 11 | platforms darwin |
14 | 12 | |
15 | | checksums md5 82264180f5911dce33dbd85e24b1f36b \ |
16 | | sha1 6e83137fac79a37346a5f862b6d6cf3fdeefe721 \ |
17 | | rmd160 81b9f9da6a74f39e14bce176249b3c30f667912d |
| 13 | checksums sha1 62f31de72a1ccd9608d70ac967ba888bd48054ca \ |
| 14 | rmd160 6f5ff6a93050a4fbf151fc32bfd7d51144f7ee08 |
| 15 | |
| 16 | configure.args --lib=${prefix} INSTALLDIRS=vendor |
18 | 17 | |
19 | 18 | depends_lib-append lib:libssl:openssl |