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 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 DBIx-ContextualFetch 1.03 8 9 revision 3 9 10 license {Artistic-1 GPL} … … 18 19 19 20 platforms darwin 20 21 21 checksums md5 20a78432ae26b266216b7b30ff7941c3 22 checksums rmd160 cd0aa0e634da277aae30b4e295eac2e0680d007e \ 23 sha256 85e2f805bfc81cd738c294316b27a515397036f397a0ff1c6c8d754c38530306 22 24 23 25 if {${perl5.major} != ""} { 24 depends_lib-append port:p${perl5.major}-dbi26 depends_lib-append port:p${perl5.major}-dbi 25 27 }