Permalink
Browse files
p5-ppix-regexp: update to version 0.064
* now requires Module::Build during configure (see META.json)
* allow livecheck of versioned subports (enables livecheck of recursive dependencies)
- Loading branch information
Showing
with
5 additions
and
7 deletions.
-
+5
−7
perl/p5-ppix-regexp/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.26 5.28 |
|
|
perl5.setup PPIx-Regexp 0.063 ../../authors/id/W/WY/WYANT |
|
|
perl5.setup PPIx-Regexp 0.064 ../../authors/id/W/WY/WYANT |
|
|
|
|
|
platforms darwin |
|
|
maintainers {khindenburg @kurthindenburg} openmaintainer |
|
|
@@ -19,16 +19,14 @@ long_description \ |
|
|
generating a structure similar to the structure generated by PPI when it \ |
|
|
parses a Perl script, and navigable in much the same way. |
|
|
|
|
|
checksums rmd160 8f9bae7bc466519db5b426595794e53182709c67 \ |
|
|
sha256 23950e68df05bce869766e81dd6b01471e27fb70980737ea1c2286a7ecf948bc \ |
|
|
size 222334 |
|
|
checksums rmd160 603d3d4fe6a68563ab71c3759bd2763c724572d0 \ |
|
|
sha256 8769c634294c941f83b5a7e74a14eda3671c1fa131b8d6416e7fc77f7cd57408 \ |
|
|
size 226573 |
|
|
|
|
|
if {${perl5.major} != ""} { |
|
|
depends_lib-append port:p${perl5.major}-list-moreutils \ |
|
|
port:p${perl5.major}-ppi \ |
|
|
port:p${perl5.major}-task-weaken |
|
|
} |
|
|
|
|
|
if {$subport ne $name} { |
|
|
livecheck.type none |
|
|
perl5.use_module_build |
|
|
} |