# -*- 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
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         Crypt-OpenSSL-Random 0.10
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         RSA encoding and decoding, using the openSSL libraries
long_description    Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL \
                    library's pseudo-random number generator

platforms           darwin

checksums           rmd160  c9284d3d10ccb63eb0804db6cff902af23acd938 \
                    sha256  ae65d0ab6907edd1d67f87fdf0923ecae4d54c4c2e0ac9d9df97227903ccf18a

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:openssl
}