[130039] trunk/dports/perl/p5-app-cli/Portfile

mojca at macports.org mojca at macports.org
Thu Dec 25 01:45:51 PST 2014


Revision: 130039
          https://trac.macports.org/changeset/130039
Author:   mojca at macports.org
Date:     2014-12-25 01:45:51 -0800 (Thu, 25 Dec 2014)
Log Message:
-----------
p5-app-cli: first line, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-app-cli/Portfile

Modified: trunk/dports/perl/p5-app-cli/Portfile
===================================================================
--- trunk/dports/perl/p5-app-cli/Portfile	2014-12-25 09:43:29 UTC (rev 130038)
+++ trunk/dports/perl/p5-app-cli/Portfile	2014-12-25 09:45:51 UTC (rev 130039)
@@ -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.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup          App-CLI 0.313
-license              {Artistic-1 GPL}
-maintainers          nomaintainer
-description          Dispatcher module for command line interface programs.
-long_description     App::CLI provides a simple interface for dispatching \
-                     command line applications.
+perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         App-CLI 0.313
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Dispatcher module for command line interface programs.
+long_description    App::CLI provides a simple interface for dispatching \
+                    command line applications.
 
-checksums            rmd160  cd6bea66098c877255f77751f409704e70a7ac5e \
-                     sha256  67806256dc16f90e74c7e56a931d8b82dec492ca7f3089c9302be8d849f8215a
+checksums           rmd160  cd6bea66098c877255f77751f409704e70a7ac5e \
+                    sha256  67806256dc16f90e74c7e56a931d8b82dec492ca7f3089c9302be8d849f8215a
 
-platforms            darwin
-homepage             http://search.cpan.org/~clkao/
+platforms           darwin
+supported_archs     noarch
+homepage            http://search.cpan.org/~clkao/
 
 if {${perl5.major} != ""} {
-    depends_lib-append   port:p${perl5.major}-locale-maketext-simple \
-                         port:p${perl5.major}-pod-simple
+    depends_lib-append \
+                    port:p${perl5.major}-locale-maketext-simple \
+                    port:p${perl5.major}-pod-simple
 }
-
-supported_archs noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141225/dde29024/attachment-0001.html>


More information about the macports-changes mailing list