Permalink
Browse files
p5-sereal-encoder: update to version 4.007, dependencies
- Loading branch information
Showing
with
7 additions
and
4 deletions.
-
+7
−4
perl/p5-sereal-encoder/Portfile
|
|
@@ -4,17 +4,17 @@ PortSystem 1.0 |
|
|
PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.26 5.28 |
|
|
perl5.setup Sereal-Encoder 4.005 ../../authors/id/Y/YV/YVES |
|
|
perl5.setup Sereal-Encoder 4.007 ../../authors/id/Y/YV/YVES |
|
|
license {Artistic-1 GPL} |
|
|
maintainers nomaintainer |
|
|
description Sereal::Encoder - Fast, compact, powerful binary serialization |
|
|
long_description ${description} |
|
|
|
|
|
platforms darwin |
|
|
|
|
|
checksums rmd160 b0c5fb41184f0c73e46a36096addff52e7b63ba1 \ |
|
|
sha256 2950b328d69f262c6fba2350f8604744e54016ecfddc3d96b7d71dcc5b990b0a \ |
|
|
size 501265 |
|
|
checksums rmd160 50c6f20d4794970142c797da8b2d73b44f44f166 \ |
|
|
sha256 bf6fdddc8fcc901c78adcfb61f56c393cd64d73ab320195ebae9e4a82976eab6 \ |
|
|
size 497719 |
|
|
|
|
|
use_parallel_build no |
|
|
|
|
|
@@ -27,4 +27,7 @@ if {${perl5.major} != ""} { |
|
|
port:p${perl5.major}-test-differences \ |
|
|
port:p${perl5.major}-test-longstring \ |
|
|
port:p${perl5.major}-test-warn |
|
|
|
|
|
depends_lib-append \ |
|
|
port:zstd |
|
|
} |