[135053] trunk/dports/perl/p5-perl-ldap/Portfile

devans at macports.org devans at macports.org
Tue Apr 14 02:54:29 PDT 2015


Revision: 135053
          https://trac.macports.org/changeset/135053
Author:   devans at macports.org
Date:     2015-04-14 02:54:29 -0700 (Tue, 14 Apr 2015)
Log Message:
-----------
p5-perl-ldap: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-perl-ldap/Portfile
===================================================================
--- trunk/dports/perl/p5-perl-ldap/Portfile	2015-04-14 09:52:53 UTC (rev 135052)
+++ trunk/dports/perl/p5-perl-ldap/Portfile	2015-04-14 09:54:29 UTC (rev 135053)
@@ -1,21 +1,23 @@
+# -*- 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.16 5.18 5.20
-perl5.setup          perl-ldap 0.64 ../../authors/id/M/MA/MARSCHAP/
-license              {Artistic-1 GPL}
-maintainers          nomaintainer
-description          A client interface to LDAP servers
-long_description     ${description}
-platforms            darwin
+perl5.setup         perl-ldap 0.64 ../../authors/id/M/MA/MARSCHAP/
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A client interface to LDAP servers
+long_description    ${description}
+platforms           darwin
 
-checksums            rmd160  5e6a0f09660e25cc813351bc7b50c9e23a5db720 \
-                     sha256  9d5d71714f6c969e3a3ef406c1fa276a96028781e8cf38decd9a42f344dbdcb6
+checksums           rmd160  5e6a0f09660e25cc813351bc7b50c9e23a5db720 \
+                    sha256  9d5d71714f6c969e3a3ef406c1fa276a96028781e8cf38decd9a42f344dbdcb6
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-convert-asn1 \
+    depends_lib-append \
+                    port:p${perl5.major}-convert-asn1 \
                     port:p${perl5.major}-authen-sasl \
                     port:p${perl5.major}-uri \
                     port:p${perl5.major}-digest-md5 \
@@ -23,5 +25,5 @@
                     port:p${perl5.major}-xml-parser \
                     port:p${perl5.major}-xml-sax-writer
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150414/04d0abc4/attachment-0001.html>


More information about the macports-changes mailing list