[123419] trunk/dports/perl/p5-dbi/Portfile
mojca at macports.org
mojca at macports.org
Sat Aug 9 03:39:14 PDT 2014
Revision: 123419
https://trac.macports.org/changeset/123419
Author: mojca at macports.org
Date: 2014-08-09 03:39:14 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-dbi: whitespace, first line
Modified Paths:
--------------
trunk/dports/perl/p5-dbi/Portfile
Modified: trunk/dports/perl/p5-dbi/Portfile
===================================================================
--- trunk/dports/perl/p5-dbi/Portfile 2014-08-09 10:33:39 UTC (rev 123418)
+++ trunk/dports/perl/p5-dbi/Portfile 2014-08-09 10:39:14 UTC (rev 123419)
@@ -1,28 +1,29 @@
+# -*- 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
+PortSystem 1.0
+PortGroup perl5 1.0
-perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup DBI 1.631 ../by-authors/id/T/TI/TIMB/
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Abstract database access module for Perl
-long_description The DBI module enables your Perl applications to access \
- multiple database types transparently. You can connect \
- to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. \
- without having to know the different underlying \
- interfaces of each. The API defined by DBI will work \
- on all these database types and many more.
-homepage http://dbi.perl.org/
+perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup DBI 1.631 ../by-authors/id/T/TI/TIMB/
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description Abstract database access module for Perl
+long_description The DBI module enables your Perl applications to access \
+ multiple database types transparently. You can connect \
+ to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. \
+ without having to know the different underlying \
+ interfaces of each. The API defined by DBI will work \
+ on all these database types and many more.
+homepage http://dbi.perl.org/
-platforms darwin
+platforms darwin
-checksums rmd160 fa619d5dd685b4c017cd6f57b787413d5f79dced \
- sha256 d70a7420863055917fe204c83e6a83838c58f7483baa68499727720899cdd511
+checksums rmd160 fa619d5dd685b4c017cd6f57b787413d5f79dced \
+ sha256 d70a7420863055917fe204c83e6a83838c58f7483baa68499727720899cdd511
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-test-simple \
- port:p${perl5.major}-sql-statement \
- port:p${perl5.major}-clone
+depends_lib-append port:p${perl5.major}-test-simple \
+ port:p${perl5.major}-sql-statement \
+ port:p${perl5.major}-clone
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/245d6a86/attachment-0001.html>
More information about the macports-changes
mailing list