# -*- 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-DSA 0.20
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL
long_description    ${description}

platforms           darwin

checksums           rmd160  e50d3559b6a459402986e845c41c084ec3b40039 \
                    sha256  e4575d787d44e49b3b59cc39eda2e461fe0606dd0e87d3a9c3df5011b133e702 \
                    size    9870

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