Commits
David B. Evans authored 171167a8ea9
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 |
7 - | perl5.setup Crypt-OpenSSL-Random 0.14 |
7 + | perl5.setup Crypt-OpenSSL-Random 0.15 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | description Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access |
11 11 | long_description Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL and \ |
12 12 | LibreSSL library's pseudo-random number generators. |
13 13 | |
14 14 | platforms darwin |
15 15 | |
16 - | checksums rmd160 9029d874db536fd803ba1572643785edfb5e1d44 \ |
17 - | sha256 8f2821847b08f665e2c00de299191d8e414c6f6a0d86e2c91532516cfd736d9f \ |
18 - | size 15402 |
16 + | checksums rmd160 8638415a17a8a58c52398c49ec30364c6d82a8ff \ |
17 + | sha256 f0876faa1ba3111e39b86aa730c603211eff2905e460c72a57b61e8cf475cef4 \ |
18 + | size 15506 |
19 19 | |
20 20 | if {${perl5.major} != ""} { |
21 21 | depends_build-append \ |
22 22 | port:p${perl5.major}-crypt-openssl-guess |
23 23 | |
24 24 | depends_lib-append \ |
25 25 | path:lib/libssl.dylib:openssl |
26 26 | } |