components/perl_modules/pmtools/pmtools.p5m
changeset 1124 08534bc6778b
parent 986 ebade8aad240
equal deleted inserted replaced
1123:cb43164c5dd1 1124:08534bc6778b
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/perl-5/pmtools@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/perl-5/pmtools@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.description \
    26 set name=pkg.description \
    28 set name=pkg.summary value="Perl module tools."
    28 set name=pkg.summary value="Perl module tools."
    29 set name=info.classification \
    29 set name=info.classification \
    30     value=org.opensolaris.category.2008:Development/Perl
    30     value=org.opensolaris.category.2008:Development/Perl
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=org.opensolaris.arc-caseid \
    33 set name=org.opensolaris.arc-caseid value=PSARC/2009/121
    34     value=PSARC/2009/121
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    35 
    36 license pmtools.license license="GPLv2, Artistic"
    36 license pmtools.license license="GPLv2, Artistic"
       
    37 
    37 # perl 5.12
    38 # perl 5.12
    38 depend fmri=library/perl-5/pmtools-512 predicate=runtime/perl-512 \
    39 depend fmri=library/perl-5/pmtools-512 predicate=runtime/perl-512 \
    39     type=conditional
    40     type=conditional
    40 
       
    41 # perl 5.8.4
       
    42 depend fmri=library/perl-5/pmtools-584 predicate=runtime/perl-584 \
       
    43     type=conditional
       
    44