[123449] trunk/dports/perl/p5-inline/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 05:26:13 PDT 2014


Revision: 123449
          https://trac.macports.org/changeset/123449
Author:   mojca at macports.org
Date:     2014-08-09 05:26:12 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-inline: whitespace, first line, sha256

Modified Paths:
--------------
    trunk/dports/perl/p5-inline/Portfile

Modified: trunk/dports/perl/p5-inline/Portfile
===================================================================
--- trunk/dports/perl/p5-inline/Portfile	2014-08-09 12:19:28 UTC (rev 123448)
+++ trunk/dports/perl/p5-inline/Portfile	2014-08-09 12:26:12 UTC (rev 123449)
@@ -1,30 +1,29 @@
+# -*- 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			Inline 0.46
-revision			4
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Write Perl subroutines in other programming languages
-long_description \
-	Inline lets you write Perl subroutines in other programming languages \
-	like C, C++, Java, Python, Tcl and even Assembly. You don't need to \
-	compile anything. All the details are handled transparently so you can \
-	just run your Perl script like normal.
+perl5.setup         Inline 0.46
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Write Perl subroutines in other programming languages
+long_description    Inline lets you write Perl subroutines in other programming languages \
+                    like C, C++, Java, Python, Tcl and even Assembly. You don't need to \
+                    compile anything. All the details are handled transparently so you can \
+                    just run your Perl script like normal.
 
-platforms			darwin
+platforms           darwin
 
-checksums           md5     4c2f14829fbe83cb456e9c5c0dac06b3 \
-                    sha1    b1718517bdd4a9dd4603c9a35a2575e7958440a4 \
-                    rmd160  dffc15351730722e6899953517e9673b0a4dd2ff
+checksums           rmd160  dffc15351730722e6899953517e9673b0a4dd2ff \
+                    sha256  d421607e809c346654e0a4629a098ac05c643b22967e7acd61c0e1ae7a132902
 
 if {${perl5.major} != ""} {
-depends_lib-append			port:p${perl5.major}-parse-recdescent
+depends_lib-append  port:p${perl5.major}-parse-recdescent
 
-supported_archs noarch
+supported_archs     noarch
 
-patchfiles		patch-C-Makefile.PL
+patchfiles          patch-C-Makefile.PL
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/6a6d8c1a/attachment-0001.html>


More information about the macports-changes mailing list