components/perl_modules/authen-pam/authen-pam-PERLVER.p5m
changeset 1360 ed2174a87b88
child 1948 2d1537e7942d
equal deleted inserted replaced
1359:0d0ad1e7bd3f 1360:ed2174a87b88
       
     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) 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform depend pkg.debug.depend.path=usr.*/5.12-mt/bin ->  set pkg.debug.depend.file perl-threaded>
       
    25 <transform depend pkg.debug.depend.path=(usr.*/5.12)-mt(/bin) ->  set pkg.debug.depend.path %<1>%<2>  >
       
    26 #
       
    27 <transform file path=usr.*/5.12-mt/(man|XML)/.* -> drop >
       
    28 # convert 5.12-mt to 5.12 in the path because that is where the threaded
       
    29 # perl bits really are.
       
    30 <transform file path=(usr.*/5.12)-mt(/.+) -> set path %<1>%<2>>
       
    31 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    32 <transform set name=pkg.fmri value=(.*)512-mt(.+) -> set value %<1>threaded-512%<2>>
       
    33 <transform depend fmri=(.*)512-mt(.*) -> set fmri %<1>threaded-512%<2>>
       
    34 <transform depend predicate=(.*)512-mt(.*) -> set predicate %<1>threaded-512%<2>>
       
    35 
       
    36 set name=pkg.fmri value=pkg:/library/perl-5/authen-pam-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    37 set name=pkg.summary value="Authen::PAM - PAM Perl Module"
       
    38 set name=pkg.description value="the Authen::PAM Perl module for using PAM"
       
    39 set name=com.oracle.info.description value="the Authen::PAM Perl module"
       
    40 set name=com.oracle.info.tpno value=9303
       
    41 set name=info.classification \
       
    42     value="org.opensolaris.category.2008:Development/Perl"
       
    43 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    44 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    45 set name=org.opensolaris.arc-caseid value=LSARC/2004/251
       
    46 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    47 
       
    48 license authen-pam.license license=Artistic
       
    49 
       
    50 #file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod
       
    51 file path=usr/perl5/$(PERLVER)/man/man3/Authen::PAM.3
       
    52 file path=usr/perl5/$(PERLVER)/man/man3/Authen::PAM::FAQ.3
       
    53 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Authen/PAM.pm
       
    54 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Authen/PAM/FAQ.pod
       
    55 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/.packlist
       
    56 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/PAM.bs
       
    57 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/PAM.so
       
    58 
       
    59 # force a dependency on the Perl runtime
       
    60 depend fmri=__TBD pkg.debug.depend.file=perl \
       
    61     pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin type=require
       
    62 
       
    63 # force a dependency on the authen-pam package
       
    64 depend fmri=library/perl-5/authen-pam@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    65     type=require