components/perl_modules/pmtools/pmtools.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3261 310938d95566
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    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, 2014, 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 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.summary value="Perl module tools."
    26 set name=pkg.description \
    27 set name=pkg.description \
    27     value="Perl module tools is a suite of small tools that help manage and inspect perl modules, perl Plain Old Documentation files, and perl programs."
    28     value="Perl module tools is a suite of small tools that help manage and inspect perl modules, perl Plain Old Documentation files, and perl programs."
    28 set name=pkg.summary value="Perl module tools."
       
    29 set name=com.oracle.info.description value="the Perl module tools"
    29 set name=com.oracle.info.description value="the Perl module tools"
    30 set name=info.classification \
    30 set name=info.classification \
    31     value=org.opensolaris.category.2008:Development/Perl
    31     value=org.opensolaris.category.2008:Development/Perl
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=org.opensolaris.arc-caseid \
    34 set name=org.opensolaris.arc-caseid value=PSARC/2009/121
    35     value=PSARC/2009/121
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 
    36 
    38 # perl 5.12
    37 # perl 5.12
    39 depend fmri=library/perl-5/pmtools-512 predicate=runtime/perl-512 \
    38 depend type=conditional fmri=library/perl-5/pmtools-512 \
    40     type=conditional
    39     predicate=runtime/perl-512
    41 
    40 
    42 # perl 5.8.4
    41 # perl 5.8.4
    43 depend fmri=library/perl-5/pmtools-584 predicate=runtime/perl-584 \
    42 depend type=conditional fmri=library/perl-5/pmtools-584 \
    44     type=conditional
    43     predicate=runtime/perl-584
    45 
    44