[123750] trunk/dports/perl/p5-berkeleydb/Portfile

mojca at macports.org mojca at macports.org
Wed Aug 13 15:18:18 PDT 2014


Revision: 123750
          https://trac.macports.org/changeset/123750
Author:   mojca at macports.org
Date:     2014-08-13 15:18:18 -0700 (Wed, 13 Aug 2014)
Log Message:
-----------
p5-berkeleydb: status line, whitespace

Modified Paths:
--------------
    trunk/dports/perl/p5-berkeleydb/Portfile

Modified: trunk/dports/perl/p5-berkeleydb/Portfile
===================================================================
--- trunk/dports/perl/p5-berkeleydb/Portfile	2014-08-13 22:15:25 UTC (rev 123749)
+++ trunk/dports/perl/p5-berkeleydb/Portfile	2014-08-13 22:18:18 UTC (rev 123750)
@@ -1,28 +1,31 @@
+# -*- 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         BerkeleyDB 0.54
-maintainers			nomaintainer
-description			Perl extension for Berkeley DB version 2, 3, 4
-long_description		This Perl module provides an interface to most \
-    of the functionality available in Berkeley DB versions 2, 3 and \
-    4. In general it is safe to assume that the interface provided \
-    here to be identical to the Berkeley DB interface. The main \
-    changes have been to make the Berkeley DB API work in a Perl \
-    way. Note that if you are using Berkeley DB 2.x, the new features \
-    available in Berkeley DB 3.x or DB 4.x are not available via this \
-    module.
-platforms			darwin
+maintainers         nomaintainer
+description         Perl extension for Berkeley DB version 2, 3, 4
+long_description    This Perl module provides an interface to most \
+                    of the functionality available in Berkeley DB versions 2, 3 and \
+                    4. In general it is safe to assume that the interface provided \
+                    here to be identical to the Berkeley DB interface. The main \
+                    changes have been to make the Berkeley DB API work in a Perl \
+                    way. Note that if you are using Berkeley DB 2.x, the new features \
+                    available in Berkeley DB 3.x or DB 4.x are not available via this \
+                    module.
+platforms           darwin
 
 checksums           rmd160  b6c78bb9203cb5184c03606d99630acbdf8f4eb7 \
                     sha256  010e66d0034b93a8397c600da320611149aef7861eaf1f93b95e49ae37b825b8
 
 if {${perl5.major} != ""} {
-    depends_lib-append		port:db44
-    configure.env			BERKELEYDB_INCLUDE=${prefix}/include/db44 \
+    depends_lib-append \
+                    port:db44
+    configure.env \
+                    BERKELEYDB_INCLUDE=${prefix}/include/db44 \
                     BERKELEYDB_LIB=${prefix}/lib/db44 \
                     DBNAME=-ldb
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140813/8e983e7b/attachment.html>


More information about the macports-changes mailing list