[139568] trunk/dports/perl/p5-math-bigint/Portfile

devans at macports.org devans at macports.org
Thu Aug 20 15:34:56 PDT 2015


Revision: 139568
          https://trac.macports.org/changeset/139568
Author:   devans at macports.org
Date:     2015-08-20 15:34:56 -0700 (Thu, 20 Aug 2015)
Log Message:
-----------
p5-math-bigint: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-math-bigint/Portfile

Modified: trunk/dports/perl/p5-math-bigint/Portfile
===================================================================
--- trunk/dports/perl/p5-math-bigint/Portfile	2015-08-20 19:00:02 UTC (rev 139567)
+++ trunk/dports/perl/p5-math-bigint/Portfile	2015-08-20 22:34:56 UTC (rev 139568)
@@ -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.16 5.18 5.20 5.22
-perl5.setup     Math-BigInt 1.9993
-maintainers     nomaintainer
+perl5.setup         Math-BigInt 1.9993
+maintainers         nomaintainer
 categories-append   math
-license         {Artistic-1 GPL}
-platforms       darwin
-description     Arbitrary size integer math package
+license             {Artistic-1 GPL}
+platforms           darwin
 
-long_description \
-                ${description}
+description         Arbitrary size integer math package
+long_description    ${description}
 
+checksums           md5     55b863845e4680f7b4e2c593c220bfdd \
+                    sha1    24dfdb511da9bd6b5254f668727f8a50a15c54ca \
+                    rmd160  1a136d75752d5459249b66bf71a3c4b652f0c3b2
+
 if {${perl5.major} != ""} {
-depends_build-append    port:p${perl5.major}-test-simple
+    depends_build-append \
+                    port:p${perl5.major}-test-simple
 
-checksums       md5     55b863845e4680f7b4e2c593c220bfdd \
-                sha1    24dfdb511da9bd6b5254f668727f8a50a15c54ca \
-                rmd160  1a136d75752d5459249b66bf71a3c4b652f0c3b2
-
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150820/a1930a1a/attachment.html>


More information about the macports-changes mailing list