You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 Crypt-Random 1.57 ../../authors/id/T/TI/TIMLEGGE
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Crypt::Random - Cryptographically Secure, True Random Number Generator
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 8820fc5fd412dbc6ad1ca236fee462cb43fe5032 \
|
|
sha256 9504676c0ce041103adfa7023f8c861c408061c902963414c1edbb2d88727515 \
|
|
size 26255
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-simple
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-class-loader \
|
|
port:p${perl5.major}-crypt-urandom \
|
|
port:p${perl5.major}-math-pari \
|
|
port:p${perl5.major}-statistics-chisquare
|
|
}
|