Skip to content

Commit

Permalink
p5-test-differences: update to version 0.65, noarch
Browse files Browse the repository at this point in the history
No longer uses Module::Build.
  • Loading branch information
dbevans committed Feb 20, 2019
1 parent 6f72e7b commit 10b1bb5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions perl/p5-test-differences/Portfile
Expand Up @@ -5,7 +5,7 @@ PortGroup perl5 1.0

epoch 2
perl5.branches 5.26 5.28
perl5.setup Test-Differences 0.64
perl5.setup Test-Differences 0.65
license {Artistic-1 GPL}
maintainers nomaintainer
description Test strings and data structures and show differences \
Expand All @@ -17,13 +17,14 @@ long_description When the code you're testing returns multiple lines, \

platforms darwin

checksums rmd160 0fed75879a6b144d0afad15f755c9aa7609247f3 \
sha256 9f459dd9c2302a0a73e2f5528a0ce7d09d6766f073187ae2c69e603adf2eb276
checksums rmd160 9946e72d8e90eabeed1eaed42144f6b71b8db921 \
sha256 83f4d1154b5638b01c0915559abc6adbc880631f1cd5d32d6214c1ee65315310 \
size 12937

if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-capture-tiny \
port:p${perl5.major}-text-diff
port:p${perl5.major}-capture-tiny \
port:p${perl5.major}-text-diff

perl5.use_module_build
supported_archs noarch
}

0 comments on commit 10b1bb5

Please sign in to comment.