Skip to content

Commit 7a9a899

Browse files
committed
p5-math-random: update to version 0.75, dependencies
1 parent 8d618eb commit 7a9a899

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

perl/p5-math-random/Portfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ PortSystem 1.0
44
PortGroup perl5 1.0
55

66
perl5.branches 5.28 5.30 5.32 5.34
7-
perl5.setup Math-Random 0.72
7+
perl5.setup Math-Random 0.75 ../../authors/id/D/DJ/DJERIUS
88
# license per man page LEGALITIES section
99
license restrictive
1010
maintainers nomaintainer
11-
categories-append math
12-
platforms darwin
11+
description Math::Random - Random Number Generators
12+
long_description {*}${description}
1313

14-
description Perl extension for Random Number Generators
14+
checksums rmd160 62c6a770a9c5b6ea434be98dedad1a5a3b5fa562 \
15+
sha256 72f9c94c32fcc6dcda16bd2a5e50f6562386d2afc528e5efb369aa2e9596025b \
16+
size 49347
1517

16-
long_description ${description}
17-
18-
checksums rmd160 08cf461515a073815aca7bba56d8482f6d72e248 \
19-
sha256 be0522328811d96de505d9ebac3d096359026fa8d5c38f7bb999a78ec5bc254c
18+
if {${perl5.major} != ""} {
19+
depends_build-append \
20+
port:p${perl5.major}-test-simple
21+
}

0 commit comments

Comments
 (0)