Commits
David B. Evans authored aa39a9f6ed2
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 5.28 5.30 |
7 - | perl5.setup WWW-Mechanize-Cached 1.51 |
7 + | perl5.setup WWW-Mechanize-Cached 1.52 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers {devans @dbevans} openmaintainer |
10 10 | description WWW::Mechanize::Cached - Cache response to be polite |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 ff1b393f9d4589eda95b0c2d0cb6bd7bf0dce77c \ |
16 - | sha256 b26fec12cf050879e65f1749e03209711cf46e086f54d1bdf6d29c47d721dc40 |
15 + | checksums rmd160 6269e019bea103f05c2c44bd0f300b8a1150e98f \ |
16 + | sha256 b001ddf9fe209d4ae9eb7dbf46be1347c2f6f134b4a1d79cd8123c4c76532050 \ |
17 + | size 33626 |
17 18 | |
18 19 | if {${perl5.major} != ""} { |
19 20 | depends_build-append \ |
20 21 | port:p${perl5.major}-find-lib \ |
21 22 | port:p${perl5.major}-http-message \ |
22 23 | port:p${perl5.major}-lwp-consolelogger \ |
23 24 | port:p${perl5.major}-path-class \ |
24 25 | port:p${perl5.major}-test-fatal \ |
25 26 | port:p${perl5.major}-test-requires \ |
26 27 | port:p${perl5.major}-test-requiresinternet \ |