Ticket #26598: Portfile

File Portfile, 1.1 KB (added by r@…, 14 years ago)
Line 
1# $Id$
2PortSystem          1.0
3PortGroup           perl5 1.0
4
5perl5.setup         HTML-Tree 4.0
6maintainers         openmantainer
7description         build and scan parse-trees of HTML
8
9long_description        HTML-Tree is a suite of Perl modules for making parse \
10                                        trees out of HTML source. It consists of mainly two modules, \
11                                        whose documentation you should refer to: HTML::TreeBuilder \
12                                        and HTML::Element. \
13                                        HTML::TreeBuilder is the module that builds the parse trees. \
14                                        (It uses HTML::Parser to do the work of breaking the HTML up \
15                                        into tokens.) \
16                                        The tree that TreeBuilder builds for you is made up of objects \
17                                        of the class HTML::Element.
18
19platforms           darwin
20
21checksums           md5 7ba44995905a117c00f6744350799883 \
22                    sha1 78689f1fd026f03432e886c6b4b49f7d4d89aa8b \
23                    rmd160 ad245baea05b58b63adf7ba6addef32a90057fda
24
25supported_archs noarch
26
27depends_lib-append  port:p5-test-exception \
28                                        port:p5-sub-uplevel \
29                                        port:p5-extutils-cbuilder \
30                                        port:p5-extutils-parsexs \
31                                        port:p5-html-parser \
32                                        port:p5-html-tagset