[151169] trunk/dports/perl/p5-net-snmp/Portfile

devans at macports.org devans at macports.org
Mon Aug 8 22:33:51 PDT 2016


Revision: 151169
          https://trac.macports.org/changeset/151169
Author:   devans at macports.org
Date:     2016-08-08 22:33:51 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
p5-net-snmp: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-snmp/Portfile

Modified: trunk/dports/perl/p5-net-snmp/Portfile
===================================================================
--- trunk/dports/perl/p5-net-snmp/Portfile	2016-08-09 05:32:42 UTC (rev 151168)
+++ trunk/dports/perl/p5-net-snmp/Portfile	2016-08-09 05:33:51 UTC (rev 151169)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,25 +7,25 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem		1.0
-PortGroup		perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
 perl5.setup         Net-SNMP 6.0.1
-license         {Artistic-1 GPL}
-maintainers		nomaintainer
-description		Object oriented interface to SNMP
-long_description	The Net::SNMP module implements an object oriented \
-					interface to the Simple Network Management Protocol. \
-					Perl applications can use the  module to retrieve or \
-					update information on a remote host using the SNMP \
-					protocol.  The module supports SNMP version-1, SNMP \
-					version-2c (Community-Based SNMPv2), and SNMP \
-					version-3.  The Net::SNMP module assumes that the \
-					user has a basic understanding of the Simple Network \
-					Management Protocol and related network management \
-					concepts.
-platforms		darwin
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Object oriented interface to SNMP
+long_description    The Net::SNMP module implements an object oriented \
+                    interface to the Simple Network Management Protocol. \
+                    Perl applications can use the  module to retrieve or \
+                    update information on a remote host using the SNMP \
+                    protocol.  The module supports SNMP version-1, SNMP \
+                    version-2c (Community-Based SNMPv2), and SNMP \
+                    version-3.  The Net::SNMP module assumes that the \
+                    user has a basic understanding of the Simple Network \
+                    Management Protocol and related network management \
+                    concepts.
+platforms           darwin
 
 distname            ${perl5.module}-v${perl5.moduleversion}
 
@@ -32,11 +33,12 @@
                     sha256  14c37bc1cbb3f3cdc7d6c13e0f27a859f14cdcfd5ea54a0467a88bc259b0b741
 
 if {${perl5.major} != ""} {
-depends_lib-append		port:p${perl5.major}-digest-hmac \
-				port:p${perl5.major}-digest-sha1 \
-				port:p${perl5.major}-crypt-des
+    depends_lib-append \
+                    port:p${perl5.major}-digest-hmac \
+                    port:p${perl5.major}-digest-sha1 \
+                    port:p${perl5.major}-crypt-des
 
-supported_archs noarch
+    supported_archs noarch
 }
 
 livecheck.version   v${perl5.moduleversion}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/2e01edc5/attachment.html>


More information about the macports-changes mailing list