python/pytest-regressions: update to 2.6.0
[oi-userland.git] / components / web / php / php-8_2 / php82-apache-module.p5m
blob58b8ce99dfd7f3db9daf3b73462d013effa706ce
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 2013 EveryCity Ltd. All rights reserved.
13 # Copyright 2023 Friedrich Kink. All rights reserved.
16 # prevents "64bit file in 32bit path" errors
17 <transform file path=usr/apache2/2.4/libexec/.*\.so -> \
18     add pkg.linted.userland.action001.2 true>
20 set name=pkg.fmri \
21     value=pkg:/web/server/apache-24/module/apache-php82@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
22 set name=pkg.human-version value=$(HUMAN_VERSION)
23 set name=pkg.summary value="PHP Server 8.2"
24 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
25 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
26 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
27 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
29 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
31 file files/php82.conf path=etc/apache2/2.4/conf.d/php82.conf mode=0644 \
32     preserve=true
33 file usr/apache2/2.4/libexec/libphp.so \
34     path=usr/apache2/2.4/libexec/mod_php82.so
36 depend type=require fmri=pkg:/$(COMPONENT_FMRI)/php-common