components/php-5_3/apache-php53.p5m
changeset 934 f44530931819
parent 846 fe258446a1ae
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
child 2926 73b93bcb8a2c
equal deleted inserted replaced
933:fbf8e08af1f1 934:f44530931819
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
    25 set name=pkg.summary value="PHP Server for Apache Web Server"
    25 set name=pkg.summary value="PHP Server for Apache Web Server"
    26 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    26 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    27 set name=info.source-url value=http://us.php.net/get/php-5.3.10.tar.gz/from/this/mirror
    27 set name=info.source-url value=http://us.php.net/get/php-5.3.14.tar.gz/from/this/mirror
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    29 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 
    31 
    32 license apache-php53.license license='PHP, GPLv2, LGPLv2, Apache v2.0'
    32 license apache-php53.license license='PHP, GPLv2, LGPLv2, Apache v2.0'
    44 dir path=usr/apache2/2.2
    44 dir path=usr/apache2/2.2
    45 dir path=usr/apache2/2.2/libexec
    45 dir path=usr/apache2/2.2/libexec
    46 file path=usr/apache2/2.2/libexec/mod_php5.3.so
    46 file path=usr/apache2/2.2/libexec/mod_php5.3.so
    47 
    47 
    48 # need generic dependency on PHP itself
    48 # need generic dependency on PHP itself
    49 depend fmri=web/[email protected] type=require
    49 depend fmri=web/[email protected] type=require
    50 
    50 
    51 # if php5.2 apache is present drag forward because php.conf files
    51 # if php5.2 apache is present drag forward because php.conf files
    52 # move around
    52 # move around
    53 depend \
    53 depend \
    54     fmri=pkg:/web/server/apache-22/module/[email protected] \
    54     fmri=pkg:/web/server/apache-22/module/[email protected] \