# -*- 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.35
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  e9fc9ddea53d04408ac7bb89fb2a7cb6768a9fd7 \
                    sha256  5eebd55ac071634c864a8e78f5cfafbaaf43cf84c04323a09b71dd76bf025cc2 \
                    size    32027

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
}
