You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
05cd56fce6
Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs
26 lines
1.0 KiB
Tcl
26 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Math-Random-MT-Auto 6.23
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 2e8d286777cf416f99824f0e725b79ca5dcf0d1b \
|
|
sha256 58bcb5ad3162964ff5a0c4d2dcbaa0202c2c85d9c470496f3b7a998757776313 \
|
|
size 134273
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-data-dumper \
|
|
port:p${perl5.major}-exception-class \
|
|
port:p${perl5.major}-object-insideout \
|
|
port:p${perl5.major}-scalar-list-utils \
|
|
port:p${perl5.major}-test-simple
|
|
}
|