# -*- 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-OpenSSL-RSA 0.37 ../../authors/id/T/TO/TODDR
revision            0
categories-append   security
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
long_description    {*}${description}

checksums           rmd160  9443034d554dfadf6eced3eda36a7be9b68cb810 \
                    sha256  917f7312532f8f4af4f3acbf6ba10e0151f8577d2ef1f38e1035229be86eb6f4 \
                    size    34148

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-crypt-openssl-guess

    depends_lib-append \
                    port:p${perl5.major}-crypt-openssl-random \
                    port:p${perl5.major}-crypt-openssl-bignum \
                    path:lib/libssl.dylib:openssl
}
