[123418] trunk/dports/perl/p5-crypt-gcrypt/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 03:33:39 PDT 2014


Revision: 123418
          https://trac.macports.org/changeset/123418
Author:   mojca at macports.org
Date:     2014-08-09 03:33:39 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-crypt-gcrypt: whitespace

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

Modified: trunk/dports/perl/p5-crypt-gcrypt/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-gcrypt/Portfile	2014-08-09 10:26:00 UTC (rev 123417)
+++ trunk/dports/perl/p5-crypt-gcrypt/Portfile	2014-08-09 10:33:39 UTC (rev 123418)
@@ -1,34 +1,35 @@
 # -*- 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	        Crypt-GCrypt 1.26
+perl5.setup         Crypt-GCrypt 1.26
 revision            1
 
-maintainers	        snc openmaintainer
+maintainers         snc openmaintainer
 license             {Artistic GPL}
 
-description	        Perl interface to the GNU Cryptographic library
+description         Perl interface to the GNU Cryptographic library
 long_description    Crypt::GCrypt provides a Perl interface to the libgcrypt \
                     cryptographic functions. It currently supports symmetric \
                     ciphers such as AES/Rikndael, Twofish, Triple DES, Arcfour \
                     etc., while asymmetric cryptography is being developed.
 
-platforms	        darwin
+platforms           darwin
 if {${perl5.major} != ""} {
-depends_lib-append	port:libgcrypt
+depends_lib-append  port:libgcrypt
 
 checksums           rmd160  79412d9c5046da54d13df5c9086b22d95394b6b1 \
                     sha256  67b588e81d5f37301ff0f6c57d21fb6429cb2f826cc54e0fe897d360961b0fab
 
 patchfiles          patch-GCrypt.xs.diff
 
-configure.pre_args-append	GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include
+configure.pre_args-append \
+                    GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include
 
-    livecheck.type      none
+    livecheck.type  none
 } else {
-    livecheck.regex     ${perl5.module}-(\\d+\\.\\d+)
+    livecheck.regex ${perl5.module}-(\\d+\\.\\d+)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/b0a2f0f6/attachment.html>


More information about the macports-changes mailing list