components/perl_modules/xml-parser/xml-parser.p5m
changeset 3732 0f62cc221c7e
parent 1335 de08f025b1d0
child 4746 8e237ffd0a48
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    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) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # The version is specifically set until there is a version that is
    24 # The version is specifically set until there is a version that is
    25 # greater than this due to the way xml-parser was originally delivered from
    25 # greater than this due to the way xml-parser was originally delivered from
    26 # the desktop consolidation.
    26 # the desktop consolidation.
    27 set name=pkg.fmri value=pkg:/library/perl-5/[email protected],$(BUILD_VERSION)
    27 set name=pkg.fmri value=pkg:/library/perl-5/[email protected],$(BUILD_VERSION)
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    29     value="XML::Parser - A perl module for parsing XML documents"
    29     value="XML::Parser - A perl module for parsing XML documents"
    30 set name=pkg.description value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat."
    30 set name=pkg.description \
       
    31     value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat."
    31 set name=com.oracle.info.description value="the Perl XML::Parser module"
    32 set name=com.oracle.info.description value="the Perl XML::Parser module"
    32 set name=info.classification \
    33 set name=info.classification \
    33     value="org.opensolaris.category.2008:Development/Perl"
    34     value=org.opensolaris.category.2008:Development/Perl
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 
       
    38 # perl 5.12
       
    39 depend fmri=library/perl-5/xml-parser-512 predicate=runtime/perl-512 \
       
    40     type=conditional
       
    41 
       
    42 # perl 5.12 threaded
       
    43 depend fmri=library/perl-5/xml-parser-threaded-512 predicate=runtime/perl-threaded-512 \
       
    44     type=conditional
       
    45 
       
    46 # perl 5.16
       
    47 depend fmri=library/perl-5/xml-parser-516 predicate=runtime/perl-516 \
       
    48     type=conditional
       
    49 
       
    50 legacy pkg=SUNWperl-xml-parser \
    38 legacy pkg=SUNWperl-xml-parser \
    51     desc="Perl XML::Parser and XML::Simple PERL modules - development files" \
    39     desc="Perl XML::Parser and XML::Simple PERL modules - development files" \
    52     name="Perl XML::Parser and XML::Simple PERL modules"
    40     name="Perl XML::Parser and XML::Simple PERL modules"
       
    41 
       
    42 # perl 5.12
       
    43 depend type=conditional fmri=library/perl-5/xml-parser-512 \
       
    44     predicate=runtime/perl-512
       
    45 
       
    46 # perl 5.16
       
    47 depend type=conditional fmri=library/perl-5/xml-parser-516 \
       
    48     predicate=runtime/perl-516
       
    49 
       
    50 # perl 5.12 threaded
       
    51 depend type=conditional fmri=library/perl-5/xml-parser-threaded-512 \
       
    52     predicate=runtime/perl-threaded-512