[47720] trunk/dports/perl

snc at macports.org snc at macports.org
Wed Mar 4 05:50:33 PST 2009


Revision: 47720
          http://trac.macports.org/changeset/47720
Author:   snc at macports.org
Date:     2009-03-04 05:50:33 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
created p5-tie-dbi, ticket #18638

Added Paths:
-----------
    trunk/dports/perl/p5-tie-dbi/
    trunk/dports/perl/p5-tie-dbi/Portfile

Added: trunk/dports/perl/p5-tie-dbi/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-dbi/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-tie-dbi/Portfile	2009-03-04 13:50:33 UTC (rev 47720)
@@ -0,0 +1,27 @@
+# -*- 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$
+
+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


Property changes on: trunk/dports/perl/p5-tie-dbi/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090304/ee97bded/attachment-0001.html>


More information about the macports-changes mailing list