perl/Term-Table: update to 0.023 for Perl 5.40
[oi-userland.git] / components / perl / HTML-Tree / Makefile
blob0d72def3e09afebbd87ddc313256d9d00d0c6339
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/perl-integrate-module HTML::Tree
17 BUILD_STYLE = modulebuild
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_PERL_MODULE = HTML::Tree
22 HUMAN_VERSION = 5.07
23 COMPONENT_REVISION = 5
24 COMPONENT_SUMMARY = HTML::Tree - build and scan parse-trees of HTML
25 COMPONENT_CPAN_AUTHOR = KENTNL
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:f0374db84731c204b86c1d5b90975fef0d30a86bd9def919343e554e31a9dbbf
28 COMPONENT_LICENSE = Artistic-1.0 OR GPL-1.0-or-later
29 COMPONENT_LICENSE_FILE = LICENSE
31 include $(WS_MAKE_RULES)/common.mk
34 # There is circular runtime dependency:
36 # HTML-Tree recommends HTML-Formatter
37 # HTML-Formatter requires HTML-Tree
39 # To bootstrap both components we need to build HTML-Tree first and remove any
40 # unresolved runtime dependency on HTML-Formatter.
42 MANGLE_DEPEND_RUNTIME += | \
43 $(GNU_GREP) -v '^depend type=require fmri=__TBD pkg\.debug\.depend\.file=HTML/FormatText\.pm'
45 # Auto-generated dependencies
46 PERL_REQUIRED_PACKAGES += library/perl-5/html-formatter
47 PERL_REQUIRED_PACKAGES += library/perl-5/html-parser
48 PERL_REQUIRED_PACKAGES += library/perl-5/html-tagset
49 PERL_REQUIRED_PACKAGES += library/perl-5/libwww-perl
50 PERL_REQUIRED_PACKAGES += library/perl-5/module-build
51 PERL_REQUIRED_PACKAGES += library/perl-5/test-fatal
52 PERL_REQUIRED_PACKAGES += runtime/perl