Commits
David B. Evans authored bf02451ebaa
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 Archive-Extract 0.82 ../../authors/id/B/BI/BINGOS |
7 + | perl5.setup Archive-Extract 0.86 ../../authors/id/B/BI/BINGOS |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | description Archive::Extract - A generic archive extracting mechanism |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 28e2907bbf31fd116b9335e473a5abe5835adccd \ |
16 - | sha256 36ef9b75503b21193c738a65f4754c0b6e1270643c50a9450ae0cc0e7514f803 \ |
17 - | size 27732 |
15 + | checksums rmd160 d0573241a7f30bff3bd9e33ecaa0d1333bd738a7 \ |
16 + | sha256 9acd09cdb8e8cf0b6d08210a3b80342300c89a359855319bf6b00c14c4aab687 \ |
17 + | size 28033 |
18 18 | |
19 19 | if {${perl5.major} != ""} { |
20 20 | depends_lib-append \ |
21 21 | port:p${perl5.major}-ipc-cmd \ |
22 22 | port:p${perl5.major}-locale-maketext-simple \ |
23 23 | port:p${perl5.major}-module-load-conditional \ |
24 24 | port:p${perl5.major}-params-check |
25 25 | |
26 26 | supported_archs noarch |
27 27 | } |