diff --git a/perl/p5-mail-box-pop3/Portfile b/perl/p5-mail-box-pop3/Portfile index 9cebe2d6fcd86..9d44937451f8f 100644 --- a/perl/p5-mail-box-pop3/Portfile +++ b/perl/p5-mail-box-pop3/Portfile @@ -4,23 +4,22 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Mail-Box-POP3 3.005 +perl5.setup Mail-Box-POP3 3.006 license {Artistic-1 GPL} maintainers nomaintainer description Mail::Box::POP3 - handle POP3 folders as client -long_description ${description} +long_description {*}${description} platforms {darwin any} +supported_archs noarch -checksums rmd160 1a5be053842da49b1b8277317b82ac9ba66de9e7 \ - sha256 7f345a630b0b7fa359736c264845cbd6e67eab95b141fb1957baaf669ba46876 \ - size 31804 +checksums rmd160 8ee4f57e75c6209d54a7562cdbea998acc1ebc90 \ + sha256 76d107b94d318bcad9bd5e7d2f411a832b316f008935e50a2d7f72e23d8bd6ef \ + size 32679 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-mail-box \ port:p${perl5.major}-mail-message \ port:p${perl5.major}-mail-transport - - supported_archs noarch }