Ticket #44834: patch-p5-dbix-contextualfetch-Portfile.diff

File patch-p5-dbix-contextualfetch-Portfile.diff, 1.1 KB (added by jul_bsd@…, 10 years ago)
  • perl/p5-dbix-contextualfetch/Portfile

    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $
    23
    34PortSystem            1.0
    45PortGroup             perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
    78perl5.setup           DBIx-ContextualFetch 1.03
    89revision              3
    910license               {Artistic-1 GPL}
     
    1819
    1920platforms             darwin
    2021
    21 checksums             md5 20a78432ae26b266216b7b30ff7941c3
     22checksums           rmd160  cd0aa0e634da277aae30b4e295eac2e0680d007e \
     23                    sha256  85e2f805bfc81cd738c294316b27a515397036f397a0ff1c6c8d754c38530306
    2224
    2325if {${perl5.major} != ""} {
    24 depends_lib-append    port:p${perl5.major}-dbi
     26    depends_lib-append    port:p${perl5.major}-dbi
    2527}