[150394] trunk/dports/perl/p5-math-random-isaac/Portfile

devans at macports.org devans at macports.org
Mon Jul 18 19:17:43 PDT 2016


Revision: 150394
          https://trac.macports.org/changeset/150394
Author:   devans at macports.org
Date:     2016-07-18 19:17:43 -0700 (Mon, 18 Jul 2016)
Log Message:
-----------
p5-math-random-isaac: add modeline and reformat.

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

Modified: trunk/dports/perl/p5-math-random-isaac/Portfile
===================================================================
--- trunk/dports/perl/p5-math-random-isaac/Portfile	2016-07-19 02:16:53 UTC (rev 150393)
+++ trunk/dports/perl/p5-math-random-isaac/Portfile	2016-07-19 02:17:43 UTC (rev 150394)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,26 +7,26 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem      1.0
-PortGroup       perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup     Math-Random-ISAAC 1.004
-license         public-domain
-maintainers     nomaintainer
+perl5.setup         Math-Random-ISAAC 1.004
+license             public-domain
+maintainers         nomaintainer
 categories-append   math
-platforms       darwin
-description     Perl interface to the ISAAC PRNG algorithm
+platforms           darwin
+description         Perl interface to the ISAAC PRNG algorithm
 
-long_description \
-                ${description}
+long_description    ${description}
 
-if {${perl5.major} != ""} {
-depends_build-append    port:p${perl5.major}-test-simple
-
 checksums           md5     46110b9a7bb96fe641bdfaf35bdafec5 \
                     sha1    0d2e423559ed28d842e6907e3944d6c5b6f2705f \
                     rmd160  6a77fc0f57b92e9331c233a0f59d77acae7d8fe0
 
-supported_archs noarch
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-simple
+
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160718/79508542/attachment.html>


More information about the macports-changes mailing list