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-Tree 5.07 ../by-authors/id/K/KE/KENTNL |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description HTML::TreeBuilder builds an HTML syntax tree. |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | checksums rmd160 097dea7937299d727929010833c22fe4a2749b48 \ |
---|
20 | sha256 f0374db84731c204b86c1d5b90975fef0d30a86bd9def919343e554e31a9dbbf \ |
---|
21 | size 150477 |
---|
22 | |
---|
23 | if {${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 | |
---|
31 | perl5.use_module_build |
---|