# -*- 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-EC 1.34 ../../authors/id/R/RA/RADIATOR
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::OpenSSL::EC - Perl extension for OpenSSL EC (Elliptic Curves) library
long_description    {*}${description}

checksums           rmd160  29af8d8f5b547dbb09ebed46ec11b010590e8fb2 \
                    sha256  136d190c1620e2d3783c64c51339d69b841fa927acd9789f6cefbcf776e6a618 \
                    size    149750

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


    configure.env-append \
                    OPENSSL_PREFIX=${prefix}
}
