# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Web-Scraper 0.38 license {Artistic-1 GPL} maintainers nomaintainer description Web::Scraper - Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions long_description Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi. \ It provides a DSL-ish interface for traversing HTML documents and returning \ a neatly arranged Perl data structure. platforms darwin checksums rmd160 0bf2655fbc315800ab8dcc2ddf82ea65bcf40716 \ sha256 f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf if {${perl5.major} != ""} { perl5.use_module_build depends_build-append \ port:p${perl5.major}-module-build-tiny \ port:p${perl5.major}-extutils-config \ port:p${perl5.major}-extutils-helpers \ port:p${perl5.major}-extutils-installpaths \ port:p${perl5.major}-test-base \ port:p${perl5.major}-test-harness \ port:p${perl5.major}-test-requires depends_lib-append \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-html-selector-xpath \ port:p${perl5.major}-html-tagset \ port:p${perl5.major}-html-tree \ port:p${perl5.major}-html-treebuilder-xpath \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-universal-require \ port:p${perl5.major}-uri \ port:p${perl5.major}-xml-xpathengine \ port:p${perl5.major}-yaml supported_archs noarch }