[143124] trunk/dports/perl/p5-return-value/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 08:39:34 PST 2015


Revision: 143124
          https://trac.macports.org/changeset/143124
Author:   devans at macports.org
Date:     2015-12-04 09:15:36 -0800 (Fri, 04 Dec 2015)
Log Message:
-----------
p5-return-value: add mode line and retab/reformat, no functional change.

Modified Paths:
--------------
    trunk/dports/perl/p5-return-value/Portfile

Modified: trunk/dports/perl/p5-return-value/Portfile
===================================================================
--- trunk/dports/perl/p5-return-value/Portfile	2015-12-04 17:13:27 UTC (rev 143123)
+++ trunk/dports/perl/p5-return-value/Portfile	2015-12-04 17:15:36 UTC (rev 143124)
@@ -1,23 +1,25 @@
+# -*- 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			Return-Value 1.666004 ../by-authors/id/R/RJ/RJBS/
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Polymorphic Return Values
-long_description	${description}
+perl5.setup         Return-Value 1.666004 ../by-authors/id/R/RJ/RJBS/
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Polymorphic Return Values
+long_description    ${description}
 
-platforms			darwin
+platforms           darwin
 
-if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-test-simple
-}
-
 checksums           md5     7029edc09f1c424ac63e82efb903c911 \
                     sha1    d1dbc0daee46294ab121cb7b54198d7f08d07193 \
                     rmd160  591d8b8a7ba6adfe93ab91ed0e2ac4d0a0bcca74
 
-supported_archs noarch
+if {${perl5.major} != ""} {
+    depends_lib-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/20151212/2c33ce6b/attachment-0001.html>


More information about the macports-changes mailing list