1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup perl5 1.0 |
---|
4 | |
---|
5 | perl5.setup XML-TreeBuilder 3.09 |
---|
6 | maintainers openmantainer |
---|
7 | description Parser that builds a tree of XML::Element objects |
---|
8 | |
---|
9 | long_description This module uses XML::Parser to make XML document trees \ |
---|
10 | constructed of XML::Element objects (and XML::Element is a \ |
---|
11 | subclass of HTML::Element adapted for XML). XML::TreeBuilder is \ |
---|
12 | meant particularly for people who are used to the HTML::TreeBuilder \ |
---|
13 | / HTML::Element interface to document trees, and who don't want to \ |
---|
14 | learn some other document interface like XML::Twig or XML::DOM. |
---|
15 | |
---|
16 | patchfiles XML-TreeBuilder-NoExpand.patch |
---|
17 | patch.pre_args -p1 |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | checksums md5 49e04fb6ba12b1414cb490e7f0c712a9 \ |
---|
22 | sha1 99362844b8400162fa344bb765b37dab30bed031 \ |
---|
23 | rmd160 0d49a47172e13107e6ae564d867efe4cc1670ca7 |
---|
24 | |
---|
25 | supported_archs noarch |
---|
26 | |
---|
27 | depends_lib-append port:p5-html-tagset \ |
---|
28 | port:p5-html-tree \ |
---|
29 | port:p5-test-exception \ |
---|
30 | port:p5-sub-uplevel \ |
---|
31 | port:p5-extutils-cbuilder \ |
---|
32 | port:p5-extutils-parsexs \ |
---|
33 | port:p5-html-parser \ |
---|
34 | port:p5-xml-parser \ |
---|
35 | port:p5-libwww-perl \ |
---|
36 | port:p5-io-compress \ |
---|
37 | port:p5-compress-raw-bzip2 \ |
---|
38 | port:p5-compress-raw-zlib \ |
---|
39 | port:p5-uri \ |
---|