# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Crypt-OpenPGP 1.10 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 checksums rmd160 4dcef724699eb2b5d5d768e1707b039e47fb4009 \ sha256 a862c51689da160506a5b253ca4ce2ba32b01cb2312eb1cac170bd06d37c2907 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-exception depends_lib-append \ port:p${perl5.major}-alt-crypt-rsa-bigint \ 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}-file-homedir \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-uri supported_archs noarch }