components/php-5_3/php-mysql.p5m
branchs11u1-sru
changeset 3086 649b12aa87ce
parent 2926 73b93bcb8a2c
equal deleted inserted replaced
3083:6826bd655a25 3086:649b12aa87ce
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/php-mysql@$(COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary value="MySQL extension module for PHP"
    25 set name=pkg.summary value="MySQL extension module for PHP"
    26 set name=info.classification \
    26 set name=info.classification \
    27     value="org.opensolaris.category.2008:Development/PHP"
    27     value="org.opensolaris.category.2008:Development/PHP"
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=info.source-url value=http://us.php.net/get/php-5.3.27.tar.gz/from/this/mirror
    29 set name=info.source-url value=http://us.php.net/get/php-$(COMPONENT_VERSION).tar.gz/from/this/mirror
    30 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    30 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 
    32 
    33 license php-mysql.license license='PHP, LGPLv2'
    33 license php-mysql.license license='PHP, LGPLv2'
    34 
    34 
    54 file path=usr/php/5.3/zts-modules/mysql.so
    54 file path=usr/php/5.3/zts-modules/mysql.so
    55 file path=usr/php/5.3/zts-modules/mysqli.so
    55 file path=usr/php/5.3/zts-modules/mysqli.so
    56 file path=usr/php/5.3/zts-modules/pdo_mysql.so
    56 file path=usr/php/5.3/zts-modules/pdo_mysql.so
    57 
    57 
    58 # need generic dependency on PHP itself
    58 # need generic dependency on PHP itself
    59 depend fmri=web/[email protected] type=require
    59 depend fmri=web/php-53@$(COMPONENT_VERSION) type=require