[129673] trunk/dports/perl/p5-crypt-rijndael/Portfile

devans at macports.org devans at macports.org
Thu Dec 18 13:16:43 PST 2014


Revision: 129673
          https://trac.macports.org/changeset/129673
Author:   devans at macports.org
Date:     2014-12-18 13:16:43 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
p5-crypt-rijndael: add mode line and retab, white space only.

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

Modified: trunk/dports/perl/p5-crypt-rijndael/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-rijndael/Portfile	2014-12-18 21:15:29 UTC (rev 129672)
+++ trunk/dports/perl/p5-crypt-rijndael/Portfile	2014-12-18 21:16:43 UTC (rev 129673)
@@ -1,24 +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.10 5.12 5.14 5.16
+perl5.setup         Crypt-Rijndael 1.09
+revision            3
+license             LGPL
+maintainers         nomaintainer
+description         Implementation of the Rijndel-crypto algorithm for perl
+long_description    This is Crypt::Rijndael, an XS-based implementation \
+                    of the Advanced Encryption Standard algorithm \
+                    Rijndael, designed by Joan Daemen and Vincent Rijmen.
 
-perl5.branches        5.10 5.12 5.14 5.16
-perl5.setup           Crypt-Rijndael 1.09
-revision              3
-license               LGPL
-maintainers           nomaintainer
-description           Implementation of the Rijndel-crypto algorithm for perl
-long_description      This is Crypt::Rijndael, an XS-based implementation \
-                      of the Advanced Encryption Standard algorithm \
-                      Rijndael, designed by Joan Daemen and Vincent Rijmen.
+platforms           darwin
 
-platforms             darwin
 
-checksums             md5 6a2678fbd7a0c9ed277d4b758a530b1c \
-                      sha1 2edc7836a62c01c6db668586f907f8f57170a970 \
-                      rmd160 a0fa349631ce7a5555a3f6a9fe6c23b1a745858d
-
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-manifest
+    depends_lib-append \
+                    port:p${perl5.major}-test-manifest
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/4cf6e5f4/attachment.html>


More information about the macports-changes mailing list