[151385] trunk/dports/perl/p5-net-telnet-cisco/Portfile

devans at macports.org devans at macports.org
Sun Aug 14 01:50:54 PDT 2016


Revision: 151385
          https://trac.macports.org/changeset/151385
Author:   devans at macports.org
Date:     2016-08-14 01:50:54 -0700 (Sun, 14 Aug 2016)
Log Message:
-----------
p5-net-telnet-cisco: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-telnet-cisco/Portfile

Modified: trunk/dports/perl/p5-net-telnet-cisco/Portfile
===================================================================
--- trunk/dports/perl/p5-net-telnet-cisco/Portfile	2016-08-14 08:29:02 UTC (rev 151384)
+++ trunk/dports/perl/p5-net-telnet-cisco/Portfile	2016-08-14 08:50:54 UTC (rev 151385)
@@ -1,28 +1,30 @@
+# -*- 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.22 5.24
-perl5.setup		Net-Telnet-Cisco 1.10
-revision        3
+perl5.setup         Net-Telnet-Cisco 1.10
+revision            3
 
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		A perl module for Cisco telnet support
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A perl module for Cisco telnet support
 
-long_description	Net::Telnet::Cisco adds additional functionality to \
-			Net::Telnet that helps you automate Cisco router management \
-			and statistic gathering.
+long_description    Net::Telnet::Cisco adds additional functionality to \
+                    Net::Telnet that helps you automate Cisco router management \
+                    and statistic gathering.
 
-checksums		md5 a25845350be369cb8354e0ddc55708f9
+checksums           md5 a25845350be369cb8354e0ddc55708f9
 
-platforms		darwin
+platforms           darwin
 
-homepage		http://NetTelnetCisco.sourceforge.net/
+homepage            http://NetTelnetCisco.sourceforge.net/
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-net-telnet
+    depends_lib-append \
+                    port:p${perl5.major}-net-telnet
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160814/a08acfe2/attachment-0001.html>


More information about the macports-changes mailing list