1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup SQL-Abstract 1.18 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Generate SQL from Perl data structures |
---|
8 | long_description \ |
---|
9 | This module was inspired by the excellent DBIx::Abstract. However, in \ |
---|
10 | using that module I found that what I really wanted to do was generate \ |
---|
11 | SQL, but still retain complete control over my statement handles and \ |
---|
12 | use the DBI interface. So, I set out to create an abstract SQL \ |
---|
13 | generation module. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 2d16d599cbe11198aecf232633e94491 |
---|