components/apache2-modules/mod_wsgi/mod_wsgi.p5m
changeset 3732 0f62cc221c7e
parent 2163 a23eea6de4af
child 4984 7145b15b7f0d
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/web/server/apache-22/module/apache-wsgi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/web/server/apache-22/module/apache-wsgi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="mod_wsgi plugin for Apache Web Server v2.2"
    28 set name=pkg.summary value="mod_wsgi plugin for Apache Web Server v2.2"
    29 set name=com.oracle.info.description value="the mod_wsgi plugin for Apache Web Server v2.2"
    29 set name=com.oracle.info.description \
       
    30     value="the mod_wsgi plugin for Apache Web Server v2.2"
    30 set name=info.classification \
    31 set name=info.classification \
    31     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    32     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=org.opensolaris.arc-caseid value=PSARC/2012/162
    35 set name=org.opensolaris.arc-caseid value=PSARC/2012/162
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 depend type=conditional \
       
    38     fmri=web/server/apache-22/module/apache-wsgi-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    39     predicate=runtime/python-26
       
    40 depend type=conditional \
       
    41     fmri=web/server/apache-22/module/apache-wsgi-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    42     predicate=runtime/python-27
       
    43 depend type=conditional \
       
    44     fmri=web/server/apache-22/module/apache-wsgi-34@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    45     predicate=runtime/python-34
    36 
    46 
    37 depend fmri=web/server/apache-22/module/apache-wsgi-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    38     predicate=runtime/python-26 \
       
    39     type=conditional
       
    40 depend fmri=web/server/apache-22/module/apache-wsgi-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    41     predicate=runtime/python-27 \
       
    42     type=conditional
       
    43 depend fmri=web/server/apache-22/module/apache-wsgi-34@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    44     predicate=runtime/python-34 \
       
    45     type=conditional
       
    46