[150253] trunk/dports/perl/p5-tie-dbi/Portfile

devans at macports.org devans at macports.org
Wed Jul 13 10:56:10 PDT 2016


Revision: 150253
          https://trac.macports.org/changeset/150253
Author:   devans at macports.org
Date:     2016-07-13 10:56:10 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
p5-tie-dbi: update dependencies, license, descriptions, use default homepage, increment revision.

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

Modified: trunk/dports/perl/p5-tie-dbi/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-dbi/Portfile	2016-07-13 17:42:20 UTC (rev 150252)
+++ trunk/dports/perl/p5-tie-dbi/Portfile	2016-07-13 17:56:10 UTC (rev 150253)
@@ -6,24 +6,25 @@
 
 perl5.branches      5.22 5.24
 perl5.setup         Tie-DBI 1.06
+revision            1
+license             {Artistic-1 GPL}
 maintainers         nomaintainer
 
-description         Nie:DBI This distribution contains Tie::DBI and Tie::RDBM
+description         Tie::DBI - Tie hashes to DBI relational databases
 
-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).
+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.
 
-homepage            http://search.cpan.org/~lds/Tie-DBI-1.02/
-
 checksums           rmd160  1cd36982507017641b1a7d8f78fe1f0c38be4c4f \
                     sha256  28e726eef081036ae04cadd068feb2dce34fa3cd3b6397991ebddb1a907ca422
 
 platforms           darwin
+
 if {${perl5.major} != ""} {
-    depends_lib         port:p${perl5.major}-dbi
+    depends_lib-append \
+                    port:p${perl5.major}-dbd-sqlite \
+                    port:p${perl5.major}-dbi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/77e0b7a6/attachment-0001.html>


More information about the macports-changes mailing list