# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Crypt-OpenPGP 1.12 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 e54b6e316f48e1cbd93c9ee40b9540bef6d32fec \ sha256 e8a7ff2a993b76a69ad6dffdbe55755be5678b84e6ec494dcd9ab966f766f50e 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 }