# -*- 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-X509 2.1.5 ../../authors/id/J/JO/JONASBN
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API
long_description    {*}${description}

checksums           rmd160  a208cabc14c555ef1cb7a89ce269dc68f3ed2ce6 \
                    sha256  ca40b8dbc741a9df792bb0495f2c1dce8043c63c8ee654673d5565dae40f4560 \
                    size    169375

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-crypt-openssl-guess \
                    port:p${perl5.major}-test-pod

    depends_lib-append \
                    path:lib/libssl.dylib:openssl \
                    port:p${perl5.major}-convert-asn1
}
