Commits
David B. Evans authored 6dc081a4993
1 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 |
7 - | perl5.setup SQL-Abstract 1.85 |
7 + | perl5.setup SQL-Abstract 1.86 |
8 8 | categories-append databases |
9 9 | license {Artistic-1 GPL} |
10 10 | maintainers nomaintainer |
11 11 | description SQL::Abstract - Generate SQL from Perl data structures |
12 12 | long_description This module was inspired by the excellent DBIx::Abstract. \ |
13 13 | However, in using that module I found that what I really \ |
14 14 | wanted to do was generate SQL, but still retain complete \ |
15 15 | control over my statement handles and use the DBI \ |
16 16 | interface. So, I set out to create an abstract SQL \ |
17 17 | generation module. |
18 18 | |
19 19 | platforms darwin |
20 20 | |
21 - | checksums rmd160 90adb2be6f40c374e863a9e9bfeca4583920f2aa \ |
22 - | sha256 9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab \ |
23 - | size 98176 |
21 + | checksums rmd160 3494993c5c02bbfcd94207f4d96c4f4259721a70 \ |
22 + | sha256 e7a7f7da5e6fa42f495860e92e9138b8a0964ca7674c95bd6ff1b1ce21aa8cdf \ |
23 + | size 104797 |
24 24 | |
25 25 | if {${perl5.major} != ""} { |
26 26 | depends_build-append \ |
27 27 | port:p${perl5.major}-test-deep \ |
28 28 | port:p${perl5.major}-test-exception \ |
29 29 | port:p${perl5.major}-test-warn |
30 30 | |
31 31 | depends_lib-append \ |
32 32 | port:p${perl5.major}-hash-merge \ |
33 33 | port:p${perl5.major}-moo \ |