# -*- 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.18 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 c73a2820d1c5b3387bb02ad2f76e99e5fe5c31b0 \ sha256 e72931d39599be85b828599ab808d53854c904078a997dfa556d0d02c116b719 \ size 136360 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 }