Ticket #44834: patch-p5-class-dbi-Portfile.diff

File patch-p5-class-dbi-Portfile.diff, 1018 bytes (added by jul_bsd@…, 10 years ago)
  • perl/p5-class-dbi/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           Class-DBI 3.0.17
    89revision              3
    910license               {Artistic-1 GPL}
     
    1920
    2021platforms             darwin
    2122
    22 checksums             md5 df59962bab98a0d31bf1d04d7270831b
     23checksums           rmd160  f62f8b37765a287d816180735e2b094a014d0946 \
     24                    sha256  541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206
    2325
    2426if {${perl5.major} != ""} {
    2527depends_lib-append    port:p${perl5.major}-class-accessor \