[131137] trunk/dports/perl/p5-expect-simple/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 04:05:07 PST 2015


Revision: 131137
          https://trac.macports.org/changeset/131137
Author:   mojca at macports.org
Date:     2015-01-06 04:05:06 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-expect-simple: first line, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-expect-simple/Portfile

Modified: trunk/dports/perl/p5-expect-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-expect-simple/Portfile	2015-01-06 12:01:40 UTC (rev 131136)
+++ trunk/dports/perl/p5-expect-simple/Portfile	2015-01-06 12:05:06 UTC (rev 131137)
@@ -1,19 +1,24 @@
+# -*- 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		Expect-Simple 0.02
-revision        3
-license			GPL-2+
-maintainers		nomaintainer
-description		Wrapper around the Expect module
-long_description	${description}
-checksums		md5 23c72fa4461f07522eb8c8511bad5d43
-platforms		darwin
+perl5.setup         Expect-Simple 0.02
+revision            3
+license             GPL-2+
+maintainers         nomaintainer
+
+description         Wrapper around the Expect module
+long_description    ${description}
+
+checksums           md5 23c72fa4461f07522eb8c8511bad5d43
+
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-expect
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-expect
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/197c9298/attachment-0001.html>


More information about the macports-changes mailing list