# -*- 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-OpenPGP 1.19
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Pure-Perl OpenPGP implementation
long_description    Crypt::OpenPGP is a pure-Perl implementation of \
                    the OpenPGP standard.] In addition to support \
                    for the standard itself, Crypt::OpenPGP claims \
                    compatibility with many other PGP implementations, \
                    both those that support the standard and those \
                    that preceded it.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  e59d759861edba3037aa00e5b7b722e7d5f24f14 \
                    sha256  f4592864d219d74cd01aa6ab9449b5cadab449b5a410ebb7ae4d832ffbf6ac2a \
                    size    136727

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

    depends_lib-append \
                    port:p${perl5.major}-alt-crypt-rsa-bigint \
                    port:p${perl5.major}-bytes-random-secure \
                    port:p${perl5.major}-crypt-blowfish \
                    port:p${perl5.major}-crypt-cast5_pp \
                    port:p${perl5.major}-crypt-des_ede3 \
                    port:p${perl5.major}-crypt-dsa \
                    port:p${perl5.major}-crypt-idea \
                    port:p${perl5.major}-crypt-rijndael \
                    port:p${perl5.major}-crypt-ripemd160 \
                    port:p${perl5.major}-crypt-twofish \
                    port:p${perl5.major}-data-buffer \
                    port:p${perl5.major}-digest-md5 \
                    port:p${perl5.major}-digest-sha \
                    port:p${perl5.major}-file-homedir \
                    port:p${perl5.major}-io-compress \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-math-bigint \
                    port:p${perl5.major}-mime-base64 \
                    port:p${perl5.major}-uri
}