components/php-5_2/apache-php52.p5m
changeset 4073 4f086b95f18c
parent 4071 4b68c2b0134b
child 4074 3b59c13ef5ec
equal deleted inserted replaced
4071:4b68c2b0134b 4073:4f086b95f18c
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
       
    26 set name=pkg.summary value="PHP Server for Apache Web Server"
       
    27 set name=info.classification \
       
    28     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    29 set name=info.source-url \
       
    30     value=http://us.php.net/get/php-5.2.17.tar.gz/from/this/mirror
       
    31 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    32 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    34 link path=etc/apache2/2.2/conf.d/php/php.conf target=php5.2.conf mediator=php \
       
    35     mediator-version=5.2
       
    36 file path=etc/apache2/2.2/conf.d/php/php5.2.conf mode=0644 \
       
    37     original_name=SUNWapch22-php52:etc/apache2/2.2/conf.d/php5.2.conf \
       
    38     preserve=renamenew
       
    39 file path=usr/apache2/2.2/libexec/mod_php5.2.so
       
    40 link path=usr/apache2/2.2/libexec/mod_php5.so target=mod_php5.2.so
       
    41 license apache-php52.license license="PHP, GPLv2, LGPLv2, Apache v2.0" \
       
    42     com.oracle.info.description="the PHP 5.2 module for the Apache web server" \
       
    43     com.oracle.info.name=apache-php52 com.oracle.info.tpno=$(TPNO_PHP_5_2) \
       
    44     com.oracle.info.version=5.2.17
       
    45 
       
    46 # depend on apache-php5 because this content came from there
       
    47 depend type=optional \
       
    48     fmri=web/server/apache-22/module/[email protected]
       
    49 # need generic dependency on PHP itself
       
    50 depend type=require fmri=web/[email protected]