[151508] trunk/dports/perl/p5-nmap-scanner/Portfile

devans at macports.org devans at macports.org
Tue Aug 16 23:08:25 PDT 2016


Revision: 151508
          https://trac.macports.org/changeset/151508
Author:   devans at macports.org
Date:     2016-08-16 23:08:25 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
p5-nmap-scanner: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-nmap-scanner/Portfile

Modified: trunk/dports/perl/p5-nmap-scanner/Portfile
===================================================================
--- trunk/dports/perl/p5-nmap-scanner/Portfile	2016-08-17 06:00:05 UTC (rev 151507)
+++ trunk/dports/perl/p5-nmap-scanner/Portfile	2016-08-17 06:08:25 UTC (rev 151508)
@@ -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,37 +7,37 @@
 # 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                     Nmap-Scanner 1.0
-revision                        3
+perl5.setup         Nmap-Scanner 1.0
+revision            3
 
-license                         {Artistic-1 GPL}
-maintainers                     nomaintainer
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-description                     Perform and manipulate nmap scans using perl
+description         Perform and manipulate nmap scans using perl
 
-long_description                Nmap::Scanner perlifies the output of the network mapping tool \
-				nmap (http://www.insecure.org/nmap/), creating lists of model \
-				objects in batch scan mode or firing events when significant \
-				scanning events occur in event scan mode.
+long_description    Nmap::Scanner perlifies the output of the network mapping tool \
+                    nmap (http://www.insecure.org/nmap/), creating lists of model \
+                    objects in batch scan mode or firing events when significant \
+                    scanning events occur in event scan mode.
 
-platforms                       darwin
-checksums                       md5  af12a5cfeaca9b42eb6497e1cf7655eb
+platforms           darwin
+checksums           md5  af12a5cfeaca9b42eb6497e1cf7655eb
 
 if {${perl5.major} != ""} {
-depends_lib-append		port:nmap \
-				port:p${perl5.major}-class-generate \
-				port:p${perl5.major}-xml-libxml \
-				port:p${perl5.major}-xml-sax
+    depends_lib-append \
+                    port:nmap \
+                    port:p${perl5.major}-class-generate \
+                    port:p${perl5.major}-xml-libxml \
+                    port:p${perl5.major}-xml-sax
 
-supported_archs noarch
-
-post-patch {
-	reinplace "s|/usr/local|${prefix}|g" \
-		${worksrcpath}/lib/Nmap/Scanner/Scanner.pm
-
+    post-patch {
+        reinplace "s|/usr/local|${prefix}|g" \
+            ${worksrcpath}/lib/Nmap/Scanner/Scanner.pm
+    }
+    
+    supported_archs noarch
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/089d5b03/attachment.html>


More information about the macports-changes mailing list