[123610] trunk/dports/perl/p5-cgi-simple/Portfile

devans at macports.org devans at macports.org
Mon Aug 11 09:25:17 PDT 2014


Revision: 123610
          https://trac.macports.org/changeset/123610
Author:   devans at macports.org
Date:     2014-08-11 09:25:17 -0700 (Mon, 11 Aug 2014)
Log Message:
-----------
p5-cgi-simple: add mode line and retab, white space only.

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

Modified: trunk/dports/perl/p5-cgi-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-simple/Portfile	2014-08-11 16:23:15 UTC (rev 123609)
+++ trunk/dports/perl/p5-cgi-simple/Portfile	2014-08-11 16:25:17 UTC (rev 123610)
@@ -1,24 +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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           CGI-Simple 1.113 ../by-authors/id/A/AN/ANDYA/
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           A Simple totally OO CGI interface that is CGI.pm compliant
-long_description      ${description}
+perl5.setup         CGI-Simple 1.113 ../by-authors/id/A/AN/ANDYA/
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A Simple totally OO CGI interface that is CGI.pm compliant
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
 checksums           rmd160  37867a79abc0f4aa319dcaf5f7d1577cd32c48b5 \
                     sha256  52e2881fd7f093ad159cfc87153d8ada67c782c2877c66cd0461cc769a041b3d
 
 if {${perl5.major} != ""} {
 	depends_lib-append \
-    		port:p${perl5.major}-io-stringy
+		            port:p${perl5.major}-io-stringy
 
 	supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140811/27b06128/attachment.html>


More information about the macports-changes mailing list