Ticket #26602: Portfile

File Portfile, 1.3 KB (added by r@…, 14 years ago)
Line 
1# $Id$
2PortSystem          1.0
3PortGroup           perl5 1.0
4
5perl5.setup         XML-TreeBuilder 3.09
6maintainers         openmantainer
7description         Parser that builds a tree of XML::Element objects
8
9long_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
16patchfiles                      XML-TreeBuilder-NoExpand.patch
17patch.pre_args                  -p1
18
19platforms           darwin
20
21checksums           md5 49e04fb6ba12b1414cb490e7f0c712a9 \
22                    sha1 99362844b8400162fa344bb765b37dab30bed031 \
23                    rmd160 0d49a47172e13107e6ae564d867efe4cc1670ca7
24
25supported_archs noarch
26
27depends_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 \