diff -r ea7dfe351e64 -r 365e0bf68cfe rsync.macports.org/release/ports/perl/p5-authen-sasl/Portfile
a
|
b
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | PortGroup perl5 1.0 |
4 | 4 | |
5 | | perl5.setup Authen-SASL 2.10 |
| 5 | perl5.setup Authen-SASL 2.13 |
6 | 6 | maintainers nomaintainer |
7 | 7 | description Perl5 module for SASL authentication. |
8 | 8 | long_description ${description} |
9 | 9 | |
10 | | checksums md5 041ce912640c5dff626a91435a359b88 |
| 10 | checksums md5 a222f9eecb03919cdff8c7cdca23ba32 \ |
| 11 | sha1 474858839f2d3fa2a0f2fedeb4b0fb78d180fc74 \ |
| 12 | rmd160 690aeb885bfd00baa947bf7d95616c261a43258e |
11 | 13 | platforms darwin |
12 | 14 | |
13 | | depends_lib-append port:p5-gssapi |
| 15 | depends_lib-append port:p5-gssapi port:p5-digest-hmac |