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 1 2 # $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 8 perl5.setup Class-DBI 3.0.17 8 9 revision 3 9 10 license {Artistic-1 GPL} … … 19 20 20 21 platforms darwin 21 22 22 checksums md5 df59962bab98a0d31bf1d04d7270831b 23 checksums rmd160 f62f8b37765a287d816180735e2b094a014d0946 \ 24 sha256 541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206 23 25 24 26 if {${perl5.major} != ""} { 25 27 depends_lib-append port:p${perl5.major}-class-accessor \