[116010] trunk/dports/perl/p5-net-ssleay/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 16 03:21:20 PST 2014


Revision: 116010
          https://trac.macports.org/changeset/116010
Author:   mojca at macports.org
Date:     2014-01-16 03:21:20 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
p5-net-ssleay: whitespace and first line only

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

Modified: trunk/dports/perl/p5-net-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ssleay/Portfile	2014-01-16 11:17:08 UTC (rev 116009)
+++ trunk/dports/perl/p5-net-ssleay/Portfile	2014-01-16 11:21:20 UTC (rev 116010)
@@ -1,25 +1,26 @@
+# -*- 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		Net-SSLeay 1.55
-license			OpenSSL SSLeay
-maintainers		nomaintainer
-description		Perl extension for using OpenSSL
-long_description	Net::SSLeay Perl module for using OpenSSL
-homepage		http://search.cpan.org/dist/Net-SSLeay/
-platforms		darwin
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         Net-SSLeay 1.55
+license             OpenSSL SSLeay
+maintainers         nomaintainer
+description         Perl extension for using OpenSSL
+long_description    Net::SSLeay Perl module for using OpenSSL
+homepage            http://search.cpan.org/dist/Net-SSLeay/
+platforms           darwin
 
-checksums               rmd160  1531ab91536f88363f6d0372282b153d68ebb27f \
-                        sha256  8cd5f09722e07b4e436102cb3a4b93623d753c171665ca9752c3b39a62ea3a79
+checksums           rmd160  1531ab91536f88363f6d0372282b153d68ebb27f \
+                    sha256  8cd5f09722e07b4e436102cb3a4b93623d753c171665ca9752c3b39a62ea3a79
 
 if {${perl5.major} != ""} {
-depends_lib-append		port:openssl
+depends_lib-append  port:openssl
 
 # we know we have a compiler, so remove check that fails in some cases
-patchfiles		compiler_check.patch
+patchfiles          compiler_check.patch
 
-configure.env	OPENSSL_PREFIX=${prefix}
+configure.env       OPENSSL_PREFIX=${prefix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/79681a77/attachment.html>


More information about the macports-changes mailing list