Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
ae8790 1 #
MT 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.
6 #
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.
10 #
11
12 #
1a566b 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/perl-integrate-module DateTime::TimeZone
ae8790 15 #
MT 16
17 BUILD_STYLE = makemaker
18
19 include ../../../make-rules/shared-macros.mk
20
1a566b 21 COMPONENT_PERL_MODULE =        DateTime::TimeZone
4c034c 22 HUMAN_VERSION =            2.62
ae8790 23 COMPONENT_SUMMARY =        DateTime::TimeZone - Time zone object base class and factory
1a566b 24 COMPONENT_CPAN_AUTHOR =        DROLSKY
ae8790 25 COMPONENT_ARCHIVE_HASH =    \
4c034c 26     sha256:6214f9c9c8dfa2000bae912ef2b8ebc5b163a83a0b5b2a82705162dad63466fa
a21c89 27 COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
1a566b 28 COMPONENT_LICENSE_FILE =    LICENSE
ae8790 29
MT 30 include $(WS_MAKE_RULES)/common.mk
31
568fc5 32 # Optional test dependencies missing from metadata
MT 33 TEST_REQUIRED_PACKAGES.perl += library/perl-5/datetime
34
1a566b 35 # Auto-generated dependencies
ae8790 36 PERL_REQUIRED_PACKAGES += library/perl-5/class-singleton
MT 37 PERL_REQUIRED_PACKAGES += library/perl-5/module-runtime
1a566b 38 PERL_REQUIRED_PACKAGES += library/perl-5/namespace-autoclean
MT 39 PERL_REQUIRED_PACKAGES += library/perl-5/params-validationcompiler
40 PERL_REQUIRED_PACKAGES += library/perl-5/specio
ae8790 41 PERL_REQUIRED_PACKAGES += library/perl-5/try-tiny
1a566b 42 PERL_REQUIRED_PACKAGES += runtime/perl
568fc5 43 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-fatal
MT 44 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-requires