Ticket #58153: Portfile

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

Portfile for p5-html-treebuilder-libxml

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         HTML-TreeBuilder-LibXML 0.26 ../by-authors/id/T/TO/TOKUHIROM
8
9platforms           darwin
10maintainers         nomaintainer
11license             {Artistic-1 GPL}
12
13supported_archs     noarch
14
15description         HTML::TreeBuilder::LibXML is a compatible interface with libxml.
16
17long_description    ${description}
18
19checksums           rmd160  167d94481e03d4afce0bc3eee503d6479546cd22 \
20                    sha256  6df31adef909b78853549289ad30cdc766264b0e330d9d8dcfc46c4c01c29573 \
21                    size    22322
22
23if {${perl5.major} != ""} {
24    depends_build-append \
25                    port:p${perl5.major}-test-exception
26    depends_lib-append \
27                    port:p${perl5.major}-html-treebuilder-xpath \
28                    port:p${perl5.major}-libwww-perl \
29                    port:p${perl5.major}-uri \
30                    port:p${perl5.major}-xml-libxml
31}
32
33perl5.use_module_build