# -*- 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: Portfile 47720 2009-03-04 13:50:33Z snc@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Tie-DBI 1.02
maintainers         hostwizard.com:scott

description         Nie:DBI This distribution contains Tie::DBI and Tie::RDBM

long_description    This distribution contains Tie::DBI and Tie::RDBM, \
                    two modules that allow you to tie associative arrays \
                    to relational databases using the DBI library.  \
                    The hash is tied to a table in a local or networked \
                    database.  Reading from the hash retrieves values \
                    from the datavbase. Storing into the hash updates \
                    the database (if you have sufficient privileges).

homepage            http://search.cpan.org/~lds/Tie-DBI-1.02/

checksums           md5     e2a8b9ea4e34d048e8811a55844131eb \
                    sha1    4f328e2129be1fa0feb32a78e9b61b6eef1f3243 \
                    rmd160  b8e0c1107049f19202541b3a174f2baa6c18780e

platforms           darwin
depends_lib         port:p5-dbi
