Ticket #58155: Portfile-p5-web-scraper.diff
File Portfile-p5-web-scraper.diff, 1.5 KB (added by hyperbole (hyperbole), 6 years ago) |
---|
-
Portfile
old new 4 4 PortGroup perl5 1.0 5 5 6 6 perl5.branches 5.26 5.28 7 perl5.setup Web-Scraper 0.38 7 perl5.setup Web-Scraper 0.38 ../by-authors/id/M/MI/MIYAGAWA 8 8 license {Artistic-1 GPL} 9 9 maintainers nomaintainer 10 10 description Web::Scraper - Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions … … 15 15 platforms darwin 16 16 17 17 checksums rmd160 0bf2655fbc315800ab8dcc2ddf82ea65bcf40716 \ 18 sha256 f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf 18 sha256 f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf \ 19 size 25738 19 20 20 21 if {${perl5.major} != ""} { 21 22 perl5.use_module_build … … 28 29 port:p${perl5.major}-test-harness \ 29 30 port:p${perl5.major}-test-requires 30 31 31 32 depends_lib-append \ 32 33 port:p${perl5.major}-html-parser \ 33 34 port:p${perl5.major}-html-selector-xpath \ 34 35 port:p${perl5.major}-html-tagset \ … … 41 42 port:p${perl5.major}-xml-xpathengine \ 42 43 port:p${perl5.major}-yaml 43 44 45 variant libxml { 46 depends_lib-append port:p5-html-treebulder-libxml 47 } 44 48 45 49 supported_archs noarch 46 50 }