Ticket #43171: p5-email-sender-1.300011.diff
File p5-email-sender-1.300011.diff, 1.4 KB (added by nortcele, 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup Email-Sender 1.300006 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 8 perl5.setup Email-Sender 1.300011 9 #perl5.setup Email-Sender 1.300011 ../by-authors/id/R/RJ/RJBS 9 10 license {Artistic-1 GPL} 10 11 maintainers nomaintainer 11 12 description Email::Sender - a library for sending email … … 17 18 platforms darwin 18 19 supported_archs noarch 19 20 20 checksums rmd160 d37ba19b3bdc961dd9c96a72ab8ed987cb65e7ff\21 sha256 860fd72a906f1de8755d7e9c791a1d2517229a997c4612199d949eb0857cfbff21 checksums rmd160 cba65b20308338178461c2afe444277dc71a71e2 \ 22 sha256 f7d372b4199b561ea2f36e821e628eb7a6d9e8bf07cde2ba640858ad7126caa8 22 23 23 24 if {${perl5.major} != ""} { 24 depends_lib-append port:p${perl5.major}-capture-tiny \ 25 port:p${perl5.major}-email-abstract \ 25 depends_build-append port:p${perl5.major}-capture-tiny 26 27 depends_lib-append port:p${perl5.major}-email-abstract \ 26 28 port:p${perl5.major}-email-address \ 27 29 port:p${perl5.major}-email-simple \ 28 30 port:p${perl5.major}-list-moreutils \