perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / meta-packages / perl / Makefile
blob0ddacd242136c5d646f9d0b6d5c75fa876a5ce7a
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2022 Marcel Telka
15 BUILD_STYLE = pkg
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME = perl
20 COMPONENT_VERSION = $(PERL_VERSION)
21 COMPONENT_REVISION = 0
22 COMPONENT_SUMMARY = Perl - Highly capable, feature-rich programming language
23 COMPONENT_PROJECT_URL = https://www.perl.org/
24 COMPONENT_FMRI = runtime/perl
25 COMPONENT_CLASSIFICATION = Development/Perl
27 # This needs to be done before the common.mk include because here we still do
28 # have the full list of Perl versions in PERL_VERSIONS.
29 ifeq ($(PERL_VERSION),$(lastword $(PERL_VERSIONS)))
30 PKG_MACROS += VERSION_SWITCH=\#
31 else
32 PKG_MACROS += VERSION_SWITCH=
33 endif
35 include $(WS_MAKE_RULES)/common.mk
37 # Auto-generated dependencies