Permalink
Browse files
p5-devel-cover: update to version 1.32, dependencies
- Loading branch information
Showing
with
8 additions
and
5 deletions.
-
+8
−5
perl/p5-devel-cover/Portfile
|
|
@@ -4,20 +4,22 @@ PortSystem 1.0 |
|
|
PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.26 5.28 |
|
|
perl5.setup Devel-Cover 1.31 |
|
|
revision 1 |
|
|
perl5.setup Devel-Cover 1.32 |
|
|
license {Artistic-1 GPL} |
|
|
maintainers nomaintainer |
|
|
description Code coverage metrics for Perl |
|
|
long_description ${description} |
|
|
|
|
|
platforms darwin |
|
|
|
|
|
checksums rmd160 3492b1569c4ee52739b357ed6135d451ef4fc2da \ |
|
|
sha256 994d60b71890865e833d5850f35e2c31e265b323c27c88ccb71c177fa73b4d73 \ |
|
|
size 1744628 |
|
|
checksums rmd160 1efe8228cf82dfab8d59066755be839a35d5b7f6 \ |
|
|
sha256 45e87dfc21f121a7294827835cb4505ac6d30da117583351fe5aae24b480f2a3 \ |
|
|
size 208990 |
|
|
|
|
|
if {${perl5.major} != ""} { |
|
|
depends_build-append \ |
|
|
port:p${perl5.major}-math-bigint |
|
|
|
|
|
depends_lib-append \ |
|
|
port:p${perl5.major}-b-debug \ |
|
|
port:p${perl5.major}-browser-open \ |
|
|
@@ -27,6 +29,7 @@ if {${perl5.major} != ""} { |
|
|
port:p${perl5.major}-json-maybexs \ |
|
|
port:p${perl5.major}-moo \ |
|
|
port:p${perl5.major}-namespace-clean \ |
|
|
port:p${perl5.major}-parallel-iterator \ |
|
|
port:p${perl5.major}-perl-tidy \ |
|
|
port:p${perl5.major}-pod-coverage \ |
|
|
port:p${perl5.major}-ppi-html \ |
|
|
|