Modified: trunk/dports/perl/p5-dbd-sqlite/Portfile (122939 => 122940)
--- trunk/dports/perl/p5-dbd-sqlite/Portfile 2014-08-02 15:51:22 UTC (rev 122939)
+++ trunk/dports/perl/p5-dbd-sqlite/Portfile 2014-08-02 15:54:37 UTC (rev 122940)
@@ -1,20 +1,21 @@
+# -*- 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 DBD-SQLite 1.42
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description perl dbd interface to SQLite
-long_description ${description}
+perl5.setup DBD-SQLite 1.42
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description perl dbd interface to SQLite version 3
+long_description ${description}
-platforms darwin
+platforms darwin
checksums rmd160 71d43b1e731f8ec6ece58dbd171182ab451df9fd \
sha256 ab3b653c1ab4dd316f06be40b49ccc612e9670c40b34654353e837c4b464a993
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-dbi
+ depends_lib-append port:p${perl5.major}-dbi
}