Ticket #40868: depends_html-tree.diff
File depends_html-tree.diff, 1.2 KB (added by gregori.emiliano@…, 11 years ago) |
---|
-
Portfile
old new 4 4 PortGroup perl5 1.0 5 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup WWW-Mechanize 1.66 8 revision 2 7 perl5.setup WWW-Mechanize 1.73 9 8 license {Artistic-1 GPL} 10 9 maintainers nomaintainer 11 10 … … 22 21 23 22 platforms darwin 24 23 25 checksums md5 40690ba4cd93b8c3b931582acf87eeac\26 sha1 1c61a0320c0ffce214c37389bd3d828456841523\27 rmd160 8 bafcf32f45bf726174426b29336e66754f16f3924 checksums md5 de0a9c528c12793c881151301bc14d1a \ 25 sha1 986f4eec6f2b9fd695128c60df8f3adce32e318b \ 26 rmd160 8c5d26530a2256a1c8de29b90ec520112eb4cc5d 28 27 29 28 if {${perl5.major} != ""} { 30 29 depends_lib-append port:p${perl5.major}-libwww-perl \ 31 30 port:p${perl5.major}-html-parser \ 32 31 port:p${perl5.major}-http-server-simple \ 33 32 port:p${perl5.major}-test-warn \ 34 port:p${perl5.major}-uri 33 port:p${perl5.major}-uri \ 34 port:p${perl5.major}-html-tree 35 35 }