fastfetch: update to 2.30.1
[oi-userland.git] / components / perl / DateTime-TimeZone / Makefile
blob80c21fdbef8e9164be72a0ee6887d4c8cf77ceb2
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 DateTime::TimeZone
17 BUILD_STYLE = makemaker
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_PERL_MODULE = DateTime::TimeZone
22 HUMAN_VERSION = 2.63
23 COMPONENT_SUMMARY = DateTime::TimeZone - Time zone object base class and factory
24 COMPONENT_CPAN_AUTHOR = DROLSKY
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:79ac1c34fb2129b1ad88e0c7090166b98f2a7fd658358f2e1ae7e9bac963cc0f
27 COMPONENT_LICENSE = Artistic-1.0-Perl OR GPL-1.0-or-later
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
33 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
34 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
36 # DateTime-TimeZone --> DateTime ==> DateTime-TimeZone
38 # To break loops we need to allow this component to integrate without testing in
39 # a case the required packages are not available yet (bootstrap).
41 PERL_TEST_BOOTSTRAP = yes
43 # Optional test dependencies missing from metadata
44 TEST_REQUIRED_PACKAGES.perl += library/perl-5/datetime
46 # Auto-generated dependencies
47 PERL_REQUIRED_PACKAGES += library/perl-5/class-singleton
48 PERL_REQUIRED_PACKAGES += library/perl-5/module-runtime
49 PERL_REQUIRED_PACKAGES += library/perl-5/namespace-autoclean
50 PERL_REQUIRED_PACKAGES += library/perl-5/params-validationcompiler
51 PERL_REQUIRED_PACKAGES += library/perl-5/specio
52 PERL_REQUIRED_PACKAGES += library/perl-5/try-tiny
53 PERL_REQUIRED_PACKAGES += runtime/perl
54 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-fatal
55 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-requires