Permalink
Browse files
p5-async-interrupt: update to version 1.25, dependencies
- Loading branch information
Showing
with
7 additions
and
5 deletions.
-
+7
−5
perl/p5-async-interrupt/Portfile
|
|
@@ -4,20 +4,22 @@ PortSystem 1.0 |
|
|
PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.26 5.28 |
|
|
perl5.setup Async-Interrupt 1.24 |
|
|
perl5.setup Async-Interrupt 1.25 |
|
|
license {Artistic-1 GPL} |
|
|
maintainers nomaintainer |
|
|
description Async::Interrupt - allow C/XS libraries to interrupt perl asynchronously |
|
|
long_description ${description} |
|
|
|
|
|
platforms darwin |
|
|
|
|
|
checksums rmd160 40a47c1dc0d90646ef9b9671f5e08ef5ed7ac2cf \ |
|
|
sha256 a022de8e91d168755f37fa66f4f2726acc7a9a7b9c42979edd3b2dcc4655a4d3 \ |
|
|
size 35888 |
|
|
checksums rmd160 ace49f1b1de6e94f1af7ab930c917a50b3eed4d1 \ |
|
|
sha256 3c5cecc5af3f2461d2b3853b215d2e53d1f252593a5f14ad654099152427094a \ |
|
|
size 35727 |
|
|
|
|
|
if {${perl5.major} != ""} { |
|
|
depends_build-append \ |
|
|
port:p${perl5.major}-canary-stability |
|
|
|
|
|
depends_lib-append \ |
|
|
port:p${perl5.major}-canary-stability \ |
|
|
port:p${perl5.major}-common-sense |
|
|
} |