components/perl_modules/xml-parser/xml-parser.p5m
changeset 1335 de08f025b1d0
parent 1205 6c6c27bcf9ac
child 3732 0f62cc221c7e
equal deleted inserted replaced
1334:cc7d74d85973 1335:de08f025b1d0
    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 
       
    28 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)
    29 set name=pkg.summary \
    28 set name=pkg.summary \
    30     value="XML::Parser - A perl module for parsing XML documents"
    29     value="XML::Parser - A perl module for parsing XML documents"
    31 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 value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat."
    32 set name=com.oracle.info.description value="the Perl XML::Parser module"
    31 set name=com.oracle.info.description value="the Perl XML::Parser module"
    38 
    37 
    39 # perl 5.12
    38 # perl 5.12
    40 depend fmri=library/perl-5/xml-parser-512 predicate=runtime/perl-512 \
    39 depend fmri=library/perl-5/xml-parser-512 predicate=runtime/perl-512 \
    41     type=conditional
    40     type=conditional
    42 
    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 
    43 # perl 5.16
    46 # perl 5.16
    44 depend fmri=library/perl-5/xml-parser-516 predicate=runtime/perl-516 \
    47 depend fmri=library/perl-5/xml-parser-516 predicate=runtime/perl-516 \
    45     type=conditional
    48     type=conditional
    46 
    49 
    47 legacy pkg=SUNWperl-xml-parser \
    50 legacy pkg=SUNWperl-xml-parser \