# -*- 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-Bignum 0.09
revision            2
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         OpenSSL's multiprecision integer arithmetic
long_description    ${description}

platforms           darwin

checksums           rmd160  bd2ee45740ed8b6fb3aacf061702ce3e6cd28a48 \
                    sha256  234e72fb8396d45527e6fd45e43759c5c3f3a208cf8f29e6a22161a996fd42dc

if {${perl5.major} != ""} {
    depends_build-append \
                    port:pkgconfig

    depends_lib-append \
                    path:lib/libssl.dylib:openssl
}
