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 HTML-TreeBuilder-LibXML 0.26 ../by-authors/id/T/TO/TOKUHIROM |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description HTML::TreeBuilder::LibXML is a compatible interface with libxml. |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | checksums rmd160 167d94481e03d4afce0bc3eee503d6479546cd22 \ |
---|
20 | sha256 6df31adef909b78853549289ad30cdc766264b0e330d9d8dcfc46c4c01c29573 \ |
---|
21 | size 22322 |
---|
22 | |
---|
23 | if {${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 | |
---|
33 | perl5.use_module_build |
---|