# -*- 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.34
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  455c165f2b12e270942adbfd8f35e9b09f56b1d7 \
                    sha256  368ed198e1fbaebaa2e681d77dbb3c6f0f94e9bacd97b2674759bfaa75bf4a35 \
                    size    31997

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
}
