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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.branches 5.28 |
---|
7 | perl5.setup Web-Scraper 0.38 ../by-authors/id/M/MI/MIYAGAWA |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Web::Scraper::LibXML is a drop-in replacement for Web::Scraper that uses LibXML. |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | checksums rmd160 0bf2655fbc315800ab8dcc2ddf82ea65bcf40716 \ |
---|
20 | sha256 f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf \ |
---|
21 | size 25738 |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_build-append \ |
---|
25 | port:p${perl5.major}-test-base \ |
---|
26 | port:p${perl5.major}-test-requires |
---|
27 | depends_lib-append \ |
---|
28 | port:p${perl5.major}-html-parser \ |
---|
29 | port:p${perl5.major}-html-selector-xpath \ |
---|
30 | port:p${perl5.major}-html-tagset \ |
---|
31 | port:p${perl5.major}-html-tree \ |
---|
32 | port:p${perl5.major}-html-treebuilder-xpath \ |
---|
33 | port:p${perl5.major}-libwww-perl \ |
---|
34 | port:p${perl5.major}-universal-require \ |
---|
35 | port:p${perl5.major}-uri \ |
---|
36 | port:p${perl5.major}-xml-xpathengine \ |
---|
37 | port:p${perl5.major}-yaml |
---|
38 | } |
---|
39 | |
---|
40 | perl5.use_module_build |
---|