Commits
David B. Evans authored 9d803c9f692
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 Test2-Suite 0.000116 ../../authors/id/E/EX/EXODIST |
7 + | perl5.setup Test2-Suite 0.000117 ../../authors/id/E/EX/EXODIST |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers {devans @dbevans} openmaintainer |
10 10 | description Test2::Suite - Distribution with a rich set of tools built upon the Test2 framework. |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 6e1b23a3f06738327bffcadd906417b2d4d60d24 \ |
16 - | sha256 8669bc7e680bd6a0dbcb7e24a68d768a49cad99484a4470b1856b9888f88f366 \ |
17 - | size 211794 |
15 + | checksums rmd160 83cfaa0d7b6a264011580be53137deeb592d9be4 \ |
16 + | sha256 e8877a90655ace2e8302104e0de27faf777397194738b085b209749c091ef154 \ |
17 + | size 211682 |
18 18 | |
19 19 | if {${perl5.major} != ""} { |
20 20 | depends_lib-append \ |
21 21 | port:p${perl5.major}-data-dumper \ |
22 22 | port:p${perl5.major}-importer \ |
23 23 | port:p${perl5.major}-module-pluggable \ |
24 24 | port:p${perl5.major}-scope-guard \ |
25 25 | port:p${perl5.major}-sub-info \ |
26 26 | port:p${perl5.major}-term-table \ |
27 27 | port:p${perl5.major}-test-simple \ |