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
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 # Copyright 2022 Marcel Telka
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23 depend fmri=runtime/perl-$(PLV) type=require
25 # We need to make sure the Perl support from illumos-gate is installed at the
27 depend fmri=runtime/perl-$(PLV)/module/sun-solaris type=require
29 # This alternative Perl location is used primarily by illumos-gate. These
30 # symlinks are not mediated because illumos-gate builds support for single Perl
32 dir path=usr/perl5/$(PERLVER)/bin
33 dir path=usr/perl5/$(PERLVER)/man
34 dir path=usr/perl5/$(PERLVER)/lib/pod
35 link path=usr/perl5/bin target=$(PERLVER)/bin
36 link path=usr/perl5/man target=$(PERLVER)/man
37 link path=usr/perl5/pod target=$(PERLVER)/lib/pod
39 # Temporary fake dir and vendor mediated symlink used during transition between
41 $(VERSION_SWITCH)dir path=usr/perl5/$(PERLVER)
42 $(VERSION_SWITCH)link path=usr/perl5/transition-perl target=$(PERLVER) mediator=perl mediator-version=$(PERLVER) mediator-priority=vendor