# -*- 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.41 ../../authors/id/T/TI/TIMLEGGE
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  28e3bca6a94fee7b0719b9ca289d579398aea65b \
                    sha256  82fa839897b88e9c245b6265f3be26d3bc879cae4c7a8151fad4a307c3366822 \
                    size    61393

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
}
