perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / perl / Date-Calc / Makefile
blobb2b12702a2371e638bfb88b3cdfdac1bd132a3f7
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 Date::Calc
17 BUILD_STYLE = makemaker
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_PERL_MODULE = Date::Calc
22 HUMAN_VERSION = 6.4
23 COMPONENT_REVISION = 5
24 COMPONENT_SUMMARY = Date::Calc - Gregorian calendar date calculations
25 COMPONENT_CPAN_AUTHOR = STBEY
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:7ce137b2e797b7c0901f3adf1a05a19343356cd1f04676aa1c56a9f624f859ad
28 COMPONENT_LICENSE = Artistic-1.0-Perl
30 include $(WS_MAKE_RULES)/common.mk
33 # There is circular runtime dependency:
35 # Date-Calc recommends Date-Calc-XS
36 # Date-Calc-XS requires Date-Calc
38 # To bootstrap both components we need to build Date-Calc first and remove any
39 # unresolved runtime dependency on Date-Calc-XS.
41 MANGLE_DEPEND_RUNTIME += | \
42 $(GNU_GREP) -v '^depend type=require fmri=__TBD pkg\.debug\.depend\.file=Date/Calc/XS\.pm'
44 # Auto-generated dependencies
45 PERL_REQUIRED_PACKAGES += library/perl-5/bit-vector
46 PERL_REQUIRED_PACKAGES += library/perl-5/carp-clan
47 PERL_REQUIRED_PACKAGES += library/perl-5/date-calc-xs
48 PERL_REQUIRED_PACKAGES += runtime/perl