Commits
David B. Evans authored d708b67644e
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 |
7 - | perl5.setup Array-Compare v3.0.0 |
7 + | perl5.setup Array-Compare v3.0.1 |
8 8 | epoch 1 |
9 9 | license {Artistic-1 GPL} |
10 10 | maintainers nomaintainer |
11 11 | description Perl module which allows you to compare two arrays |
12 12 | long_description ${description} |
13 13 | |
14 14 | platforms darwin |
15 15 | |
16 - | checksums rmd160 b47882c63579957870f7d9968c7cf387553629cd \ |
17 - | sha256 32cd4d6482e934b74a34686f5f22b7a61386b7db9b7e8bb9d11b1dc8dfcd34c8 |
16 + | checksums rmd160 5a516d1f763e82851b633065f94234eb83af55f6 \ |
17 + | sha256 eb4f5889342690d2a9a6c2bcce55221e47155412e59842e424ea41ed9a34d23b \ |
18 + | size 9481 |
18 19 | |
19 20 | if {${perl5.major} != ""} { |
20 21 | depends_build-append \ |
21 22 | port:p${perl5.major}-test-nowarnings |
22 23 | |
23 24 | depends_lib-append \ |
24 25 | port:p${perl5.major}-moo \ |
25 26 | port:p${perl5.major}-type-tiny |
26 27 | |
27 28 | supported_archs noarch |