jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / web / php / php-8_2 / php82-ext-pgsql.p5m
blobc62f1e9a09cff01b84377cdcc13684f2b23490f7
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/php/8.2/extensions/.*\.so -> \
18     add pkg.linted.userland.action001.2 true>
20 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/extension/php-pgsql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
21 set name=pkg.human-version value=$(HUMAN_VERSION)
22 set name=pkg.summary value="PHP Server 8.2 (postgresql extension)"
23 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
24 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
25 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
26 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
28 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
30 depend type=require fmri=pkg:/$(COMPONENT_FMRI)/php-common
32 file files/pgsql.ini path=etc/php/8.2/conf.d/pgsql.ini preserve=true mode=0644
33 file files/pdo_pgsql.ini path=etc/php/8.2/conf.d/pdo_pgsql.ini preserve=true mode=0644
35 file path=usr/php/8.2/extensions/pgsql.so
36 file path=usr/php/8.2/extensions/pdo_pgsql.so