Ticket #58155: Portfile

File Portfile, 1.5 KB (added by hyperbole (hyperbole), 6 years ago)

Portfile for p5-web-scraper

Line 
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
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.branches      5.28
7perl5.setup         Web-Scraper 0.38 ../by-authors/id/M/MI/MIYAGAWA
8
9platforms           darwin
10maintainers         nomaintainer
11license             {Artistic-1 GPL}
12
13supported_archs     noarch
14
15description         Web::Scraper::LibXML is a drop-in replacement for Web::Scraper that uses LibXML.
16
17long_description    ${description}
18
19checksums           rmd160  0bf2655fbc315800ab8dcc2ddf82ea65bcf40716 \
20                    sha256  f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf \
21                    size    25738
22
23if {${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
40perl5.use_module_build