[128606] trunk/dports/perl/p5-sql-abstract/Portfile
devans at macports.org
devans at macports.org
Mon Nov 24 02:09:27 PST 2014
Revision: 128606
https://trac.macports.org/changeset/128606
Author: devans at macports.org
Date: 2014-11-24 02:09:27 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-sql-abstract: add mode line and retab, white space only.
Modified Paths:
--------------
trunk/dports/perl/p5-sql-abstract/Portfile
Modified: trunk/dports/perl/p5-sql-abstract/Portfile
===================================================================
--- trunk/dports/perl/p5-sql-abstract/Portfile 2014-11-24 10:05:31 UTC (rev 128605)
+++ trunk/dports/perl/p5-sql-abstract/Portfile 2014-11-24 10:09:27 UTC (rev 128606)
@@ -1,35 +1,37 @@
+# -*- 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 SQL-Abstract 1.78
-categories-append databases
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Generate SQL from Perl data structures
-long_description This module was inspired by the excellent DBIx::Abstract. \
- However, in using that module I found that what I really \
- wanted to do was generate SQL, but still retain complete \
- control over my statement handles and use the DBI \
- interface. So, I set out to create an abstract SQL \
- generation module.
+perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup SQL-Abstract 1.78
+categories-append databases
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description Generate SQL from Perl data structures
+long_description This module was inspired by the excellent DBIx::Abstract. \
+ However, in using that module I found that what I really \
+ wanted to do was generate SQL, but still retain complete \
+ control over my statement handles and use the DBI \
+ interface. So, I set out to create an abstract SQL \
+ generation module.
-platforms darwin
+platforms darwin
-checksums md5 870a7dce981164f5eef95fc3083d9ee4 \
- sha1 7224f14f91906a3c8211236702e9d7dc34d9c63b \
- rmd160 9d2c727d975bfeb2bf56727e2d6914ce06569a7e
+checksums md5 870a7dce981164f5eef95fc3083d9ee4 \
+ sha1 7224f14f91906a3c8211236702e9d7dc34d9c63b \
+ rmd160 9d2c727d975bfeb2bf56727e2d6914ce06569a7e
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-test-exception \
- port:p${perl5.major}-test-warn \
- port:p${perl5.major}-test-deep \
- port:p${perl5.major}-test-simple \
- port:p${perl5.major}-class-accessor-grouped \
- port:p${perl5.major}-getopt-long-descriptive \
- port:p${perl5.major}-hash-merge
+ depends_lib-append \
+ port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-test-warn \
+ port:p${perl5.major}-test-deep \
+ port:p${perl5.major}-test-simple \
+ port:p${perl5.major}-class-accessor-grouped \
+ port:p${perl5.major}-getopt-long-descriptive \
+ port:p${perl5.major}-hash-merge
-supported_archs noarch
+ supported_archs noarch
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/283fd7f2/attachment.html>
More information about the macports-changes
mailing list