# -*- 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
revision            1
perl5.setup         Crypt-OpenSSL-EC 1.32
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::OpenSSL::EC - Perl extension for OpenSSL EC (Elliptic Curves) library
long_description    {*}${description}

platforms           darwin

checksums           rmd160  78b3ecc0636040ea97ec0dbcbcad387d3686b68b \
                    sha256  575a6bb6d7694d4a4b73a9125db92b479c9ad2a66f44674ac2fd3c4413a2c19a \
                    size    69455

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


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