components/perl_modules/dbd-sqlite/DBD-SQLite-PERLVER.p5m
changeset 5479 7146b76b602e
child 5797 432ac76de3b0
equal deleted inserted replaced
5478:2b166911e3bb 5479:7146b76b602e
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    25 <transform file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/.*\.h$ -> default facet.devel all>
       
    26 # Perl 5.20 does not produce empty bootstrap files
       
    27 <transform file path=usr/perl5/vendor_perl/5.20/.*\.bs$ -> drop>
       
    28 set name=pkg.fmri \
       
    29     value=pkg:/library/perl-5/dbd-sqlite-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="Perl SQLite Database Interface"
       
    31 set name=pkg.description \
       
    32     value="SQLite driver for the Perl5 Database Interface (DBI)"
       
    33 set name=com.oracle.info.description value="DBD::SQLite Perl module"
       
    34 set name=com.oracle.info.tpno value=$(TPNO)
       
    35 set name=info.classification \
       
    36     value=org.opensolaris.category.2008:Development/Perl
       
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    39 set name=org.opensolaris.arc-caseid value=PSARC/2016/071
       
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 
       
    42 
       
    43 #file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod
       
    44 file path=usr/perl5/$(PERLVER)/man/man3/DBD::SQLite.3
       
    45 file path=usr/perl5/$(PERLVER)/man/man3/DBD::SQLite::Cookbook.3
       
    46 file path=usr/perl5/$(PERLVER)/man/man3/DBD::SQLite::Fulltext_search.3
       
    47 file path=usr/perl5/$(PERLVER)/man/man3/DBD::SQLite::VirtualTable.3
       
    48 file path=usr/perl5/$(PERLVER)/man/man3/DBD::SQLite::VirtualTable::FileContent.3
       
    49 file path=usr/perl5/$(PERLVER)/man/man3/DBD::SQLite::VirtualTable::PerlData.3
       
    50 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/SQLite.pm
       
    51 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/SQLite/Cookbook.pod
       
    52 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/SQLite/Fulltext_search.pod
       
    53 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/SQLite/VirtualTable.pm
       
    54 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/SQLite/VirtualTable/FileContent.pm
       
    55 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/SQLite/VirtualTable/PerlData.pm
       
    56 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/SQLite/.packlist
       
    57 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/SQLite/SQLite.bs
       
    58 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/SQLite/SQLite.so
       
    59 license DBD-SQLite.license license=Artistic
       
    60 
       
    61 # force a dependency on the Perl runtime
       
    62 depend type=require fmri=__TBD pkg.debug.depend.file=perl \
       
    63     pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
       
    64 
       
    65 # force a dependency on the DBI package
       
    66 depend type=require \
       
    67     fmri=library/perl-5/database@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)