# -*- 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.33 ../../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  a7d546f5462288845af8832f197d7e8d59d757b1 \
                    sha256  b47a0349403954569c08196290db9d14a098078044f6131f48bc54916f4d6f5c \
                    size    29766

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
}
