components/perl_modules/DBI/DBI-PERLVER.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    25 <transform file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/.*\.h$ -> default facet.devel all>
    25 <transform file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/.*\.h$ -> default facet.devel all>
    26 
    26 set name=pkg.fmri \
    27 set name=pkg.fmri value=pkg:/library/perl-5/database-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/perl-5/database-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Perl Database Independent Interface"
    28 set name=pkg.summary value="Perl Database Independent Interface"
    29 set name=pkg.description value="The DBI is the standard database interface module for Perl."
    29 set name=pkg.description \
    30 set name=com.oracle.info.description value="the Perl Database Independent interface"
    30     value="The DBI is the standard database interface module for Perl."
       
    31 set name=com.oracle.info.description \
       
    32     value="the Perl Database Independent interface"
    31 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=info.classification value="org.opensolaris.category.2008:Development/Perl"
    34 set name=info.classification \
       
    35     value=org.opensolaris.category.2008:Development/Perl
       
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=org.opensolaris.arc-caseid value=LSARC/2007/431
    38 set name=org.opensolaris.arc-caseid value=LSARC/2007/431
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 
       
    38 license DBI.license license="Artistic"
       
    39 
       
    40 # force a dependency on the Perl runtime
       
    41 depend fmri=__TBD pkg.debug.depend.file=perl \
       
    42 	pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin type=require
       
    43 
       
    44 # force a dependency on the DBI package
       
    45 depend fmri=library/perl-5/database@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    46     type=require
       
    47 
       
    48 file path=usr/perl5/$(PERLVER)/bin/dbilogstrip
    40 file path=usr/perl5/$(PERLVER)/bin/dbilogstrip
    49 file path=usr/perl5/$(PERLVER)/bin/dbiprof
    41 file path=usr/perl5/$(PERLVER)/bin/dbiprof
    50 file path=usr/perl5/$(PERLVER)/bin/dbiproxy
    42 file path=usr/perl5/$(PERLVER)/bin/dbiproxy
    51 #file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod
    43 #file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod
    52 file path=usr/perl5/$(PERLVER)/man/man1/dbilogstrip.1
    44 file path=usr/perl5/$(PERLVER)/man/man1/dbilogstrip.1
   162 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbi_sql.h
   154 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbi_sql.h
   163 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbipport.h
   155 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbipport.h
   164 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbivport.h
   156 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbivport.h
   165 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbixs_rev.h
   157 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBI/dbixs_rev.h
   166 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/dbixs_rev.pl
   158 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/dbixs_rev.pl
       
   159 license DBI.license license=Artistic
       
   160 
       
   161 # force a dependency on the Perl runtime
       
   162 depend type=require fmri=__TBD pkg.debug.depend.file=perl \
       
   163     pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
       
   164 
       
   165 # force a dependency on the DBI package
       
   166 depend type=require \
       
   167     fmri=library/perl-5/database@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)