[131050] trunk/dports/perl/p5-math-random-secure/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 04:22:22 PST 2015


Revision: 131050
          https://trac.macports.org/changeset/131050
Author:   devans at macports.org
Date:     2015-01-05 04:22:22 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-math-random-secure: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-math-random-secure/Portfile

Modified: trunk/dports/perl/p5-math-random-secure/Portfile
===================================================================
--- trunk/dports/perl/p5-math-random-secure/Portfile	2015-01-05 12:19:46 UTC (rev 131049)
+++ trunk/dports/perl/p5-math-random-secure/Portfile	2015-01-05 12:22:22 UTC (rev 131050)
@@ -1,29 +1,34 @@
+# -*- 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
-perl5.setup     Math-Random-Secure 0.05
-revision        4
-maintainers     nomaintainer
+perl5.setup         Math-Random-Secure 0.05
+revision            4
+maintainers         nomaintainer
 categories-append   math
-license         Artistic-2
-platforms       darwin
-description     Cryptographically-secure, cross-platform replacement for rand()
+license             Artistic-2
+platforms           darwin
+description         Cryptographically-secure, cross-platform replacement for rand()
 
-master_sites    http://www.cpan.org/modules/by-module/VCI/MKANAT/
+master_sites        http://www.cpan.org/modules/by-module/VCI/MKANAT/
 
-long_description \
-                ${description}
+long_description    ${description}
 
 if {${perl5.major} != ""} {
-depends_build-append    port:p${perl5.major}-test-simple 
-depends_lib-append      port:p${perl5.major}-any-moose port:p${perl5.major}-math-random-isaac port:p${perl5.major}-crypt-random-source 
+    depends_build-append \
+                    port:p${perl5.major}-test-simple 
 
-checksums           md5     1bb6fc37a982c15e52f5d6dac258e4f7 \
+    depends_lib-append \
+                    port:p${perl5.major}-any-moose \
+                    port:p${perl5.major}-math-random-isaac \
+                    port:p${perl5.major}-crypt-random-source 
+
+    checksums       md5     1bb6fc37a982c15e52f5d6dac258e4f7 \
                     sha1    03a62ccfe756195354467c12a6c977073c58e29b \
                     rmd160  0e8e0eca983ff706f92f51ff246dc978b3f8755b
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/ac6259f4/attachment.html>


More information about the macports-changes mailing list