# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup SQL-Abstract 1.81 categories-append databases license {Artistic-1 GPL} maintainers nomaintainer description Generate SQL from Perl data structures long_description This module was inspired by the excellent DBIx::Abstract. \ However, in using that module I found that what I really \ wanted to do was generate SQL, but still retain complete \ control over my statement handles and use the DBI \ interface. So, I set out to create an abstract SQL \ generation module. platforms darwin checksums rmd160 c51d04ba22e10f6b36dadf5cb6701c9b2be96a1c \ sha256 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-warn depends_lib-append \ port:p${perl5.major}-hash-merge \ port:p${perl5.major}-moo \ port:p${perl5.major}-mro-compat \ port:p${perl5.major}-text-balanced supported_archs noarch }