Ticket #58152: Portfile

File Portfile, 975 bytes (added by hyperbole (hyperbole), 5 years ago)

Portfile for p5-html-tree

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-Tree 5.07 ../by-authors/id/K/KE/KENTNL
8
9platforms           darwin
10maintainers         nomaintainer
11license             {Artistic-1 GPL}
12
13supported_archs     noarch
14
15description         HTML::TreeBuilder builds an HTML syntax tree.
16
17long_description    ${description}
18
19checksums           rmd160  097dea7937299d727929010833c22fe4a2749b48 \
20                    sha256  f0374db84731c204b86c1d5b90975fef0d30a86bd9def919343e554e31a9dbbf \
21                    size    150477
22
23if {${perl5.major} != ""} {
24    depends_build-append \
25                    port:p${perl5.major}-test-fatal
26    depends_lib-append \
27                    port:p${perl5.major}-html-parser \
28                    port:p${perl5.major}-html-tagset
29}
30
31perl5.use_module_build