Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
522d32 1 #
MT 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2022 Marcel Telka
13 #
14
15 BUILD_STYLE = pkg
16
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME =        perl
20 COMPONENT_VERSION =        $(PERL_VERSION)
d0faba 21 COMPONENT_REVISION =        7
522d32 22 COMPONENT_SUMMARY =        Perl - Highly capable, feature-rich programming language
MT 23 COMPONENT_PROJECT_URL =        https://www.perl.org/
24 COMPONENT_FMRI =        runtime/perl
25 COMPONENT_CLASSIFICATION =    Development/Perl
26
d0faba 27 # This needs to be done before the common.mk include because here we still do
MT 28 # have the full list of Perl versions in PERL_VERSIONS.
5fb151 29 ifeq ($(PERL_VERSION),$(lastword $(PERL_VERSIONS)))
MT 30 PKG_MACROS += VENDOR_MEDIATOR=\#
31 else
32 PKG_MACROS += VENDOR_MEDIATOR=
33 endif
34
d0faba 35 include $(WS_MAKE_RULES)/common.mk
MT 36
522d32 37 # Auto-generated dependencies