# -*- 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 Tie-DBI 1.08 license {Artistic-1 GPL} maintainers nomaintainer description Tie::DBI - Tie hashes to DBI relational databases long_description This module allows you to tie Perl associative arrays (hashes) \ to SQL databases using the DBI interface. The tied hash is \ associated with a table in a local or networked database. \ One column becomes the hash key. Each row of the table becomes an \ associative array, from which individual fields can be set or retrieved. checksums rmd160 2c416557c1e9baf148b2d6bc0e01b8b6deaebd1a \ sha256 03b1db8957645a68b9b5e94c212b0db53c12bbb69e69513f3c69ad9f70e08765 \ size 31012 platforms {darwin any} supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-dbd-sqlite \ port:p${perl5.major}-dbi }