# -*- 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-SMIME 0.34 ../../authors/id/M/MI/MIKAGE
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Crypt::SMIME - S/MIME message signing, verification, encryption and decryption
long_description    {*}${description}

checksums           rmd160  a258b408984e84bffbb1322134bd42171dd5d832 \
                    sha256  a340ea669356f4a00608c6d1ef141c10ce10dce0232e976fe8db79f16fd6e535 \
                    size    29978

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-extutils-cchecker \
                    port:p${perl5.major}-extutils-pkgconfig \
                    port:p${perl5.major}-test-exception

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