You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.7 KiB
Tcl
43 lines
1.7 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup SQL-Abstract 2.000001
|
|
revision 0
|
|
categories-append databases
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description SQL::Abstract - 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 any}
|
|
|
|
checksums rmd160 3027bcc7fdcef3d7e162ce50de4b1e2426498c8f \
|
|
sha256 35a642662c349420d44be6e0ef7d8765ea743eb12ad14399aa3a232bb94e6e9a \
|
|
size 134560
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-data-dumper-concise \
|
|
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}-sub-quote \
|
|
port:p${perl5.major}-test-deep \
|
|
port:p${perl5.major}-test-simple \
|
|
port:p${perl5.major}-text-balanced
|
|
|
|
supported_archs noarch
|
|
}
|