Commits
David B. Evans authored 7168903b3fe
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.000111 ../../authors/id/E/EX/EXODIST |
7 + | perl5.setup Test2-Suite 0.000114 ../../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 a49a6aee70657c0da314740670a5fae8dd33d017 \ |
16 - | sha256 4ca28df74c7c2f37fe63897c5041aee92fba4530544d0afc371e7d14a9b4d0ad \ |
17 - | size 203800 |
15 + | checksums rmd160 552d85da89a7fc56ceb536b8ebfc0aa4524ee40c \ |
16 + | sha256 439b37d63ffcee7876bc43b4830d4e40c454f02646faff0131e7d36d46fa8c45 \ |
17 + | size 222543 |
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 \ |