Marcel Telka
2024-04-03 e60d2de5775b841de4ac7b2f31a5a640192ce2f3
commit | author | age
9bec61 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 #
13 # Copyright 2022 Marcel Telka
14 #
15
16 #
17 # This is fake manifest used for pkgdepend resolve (see make-rules/ips.mk) to
18 # force regular packages to depend on pkg:/runtime/perl meta pacakge instead of
19 # pkg:/runtime/perl-$(PLV).
20 #
d0faba 21 # Only entries that are mediated by pkg:/runtime/perl-$(PLV) packages or
MT 22 # provided by pkg:/runtime/perl should be listed here.
9bec61 23 #
MT 24
25 set name=pkg.fmri value=pkg:/runtime/perl
26
27 file path=usr/bin/perl owner=root group=bin mode=0555
bc3a9a 28 file path=usr/perl5/bin/perl owner=root group=bin mode=0555