Ticket #44758: p5-mhonarc-2.6.19.diff
File p5-mhonarc-2.6.19.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
1 # -*- 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup MHonArc 2.6.16 8 revision 3 9 maintainers markd 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup MHonArc 2.6.19 ../../authors/id/E/EH/EHOOD/ 9 maintainers markd 10 10 description MHonArc - mail and news munging 11 11 long_description A Perl program for converting mail or news messages into \ 12 12 HTML archives, converting individual messages into \ … … 14 14 15 15 platforms darwin 16 16 17 checksums md5 4ea5bd6630ffdae157a751ca97bc3ec3 17 checksums rmd160 6c2edc1574a423719b77acfbbcc378ea79711d9d \ 18 sha256 f8bf2874e6ea37830b0d5155fb99acf788005877df7573f1276344e947da8352 18 19 19 20 homepage http://www.mhonarc.org/ 20 master_sites http://www.cpan.org/modules/by-authors/Earl_Hood21 21 22 22 if {${perl5.major} != ""} { 23 23 use_configure no … … 25 25 26 26 destroot { 27 27 xinstall -m 755 -d ${destroot}${perl5.archlib} 28 system "cd ${worksrcpath} &&${perl5.bin} install.me \28 system -W ${worksrcpath} "${perl5.bin} install.me \ 29 29 -prefix=${destroot} \ 30 30 -binpath ${destroot}${prefix}/bin \ 31 31 -libpath ${destroot}${perl5.archlib} \ 32 32 -docpath ${destroot}${prefix}/share/doc/mhonarc \ 33 -manpath ${destroot}${prefix}/ man\33 -manpath ${destroot}${prefix}/share/man \ 34 34 -perl ${perl5.bin}" 35 35 } 36 36 }