Ticket #18638: Portfile

File Portfile, 942 bytes (added by scott@…, 15 years ago)
Line 
1# $Id$
2PortSystem 1.0
3PortGroup perl5 1.0
4
5perl5.setup             Tie-DBI 1.02
6maintainers             hostwizard.com:scott
7
8description             Nie:DBI This distribution contains Tie::DBI and Tie::RDBM
9
10long_description        This distribution contains Tie::DBI and Tie::RDBM, \
11                        two modules that allow you to tie associative arrays \
12                        to relational databases using the DBI library.  \
13                        The hash is tied to a table in a local or networked \
14                        database.  Reading from the hash retrieves values \
15                        from the datavbase. Storing into the hash updates \
16                        the database (if you have sufficient privileges).
17
18homepage                http://search.cpan.org/~lds/Tie-DBI-1.02/
19
20checksums               md5     e2a8b9ea4e34d048e8811a55844131eb \
21                        sha1    4f328e2129be1fa0feb32a78e9b61b6eef1f3243 \
22                        rmd160  b8e0c1107049f19202541b3a174f2baa6c18780e
23
24platforms               darwin
25depends_lib             port:p5-dbi