[128544] trunk/dports/perl/p5-crypt-ssleay/Portfile

devans at macports.org devans at macports.org
Sat Nov 22 16:03:38 PST 2014


Revision: 128544
          https://trac.macports.org/changeset/128544
Author:   devans at macports.org
Date:     2014-11-22 16:03:38 -0800 (Sat, 22 Nov 2014)
Log Message:
-----------
p5-crypt-ssleay: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-ssleay/Portfile

Modified: trunk/dports/perl/p5-crypt-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-ssleay/Portfile	2014-11-22 23:57:29 UTC (rev 128543)
+++ trunk/dports/perl/p5-crypt-ssleay/Portfile	2014-11-23 00:03:38 UTC (rev 128544)
@@ -1,27 +1,30 @@
+# -*- 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
-perl5.setup           Crypt-SSLeay 0.64
-maintainers           nomaintainer
-license               {Artistic GPL}
-description           module to add SSL support to LWP
-long_description      ${description}
-homepage              http://search.cpan.org/~nanis/${distname}/
+perl5.setup         Crypt-SSLeay 0.64
+maintainers         nomaintainer
+license             {Artistic GPL}
+description         module to add SSL support to LWP
+long_description    ${description}
+homepage            http://search.cpan.org/~nanis/${distname}/
 
-platforms             darwin
+platforms           darwin
 
-checksums            rmd160  ea23812768b38265845ff82024218b024b1df38d \
-                     sha256  eae61cf7aa64d79385b764010d8d77d09477e034c52fc3dfe68d0a13be78217c
+checksums           rmd160  ea23812768b38265845ff82024218b024b1df38d \
+                    sha256  eae61cf7aa64d79385b764010d8d77d09477e034c52fc3dfe68d0a13be78217c
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:openssl \
-                      port:p${perl5.major}-mime-base64
+    depends_lib-append \
+                    port:openssl \
+                    port:p${perl5.major}-mime-base64
                       
-configure.env         C_INCLUDE_PATH="${prefix}/include" \
-                      LIBRARY_PATH="${prefix}/lib"
+    configure.env   C_INCLUDE_PATH="${prefix}/include" \
+                    LIBRARY_PATH="${prefix}/lib"
 
-configure.args-append "--lib=${prefix}"
+    configure.args-append \
+                    "--lib=${prefix}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141122/054bd76a/attachment-0001.html>


More information about the macports-changes mailing list