Revision: 148752 https://trac.macports.org/changeset/148752 Author: devans@macports.org Date: 2016-05-16 18:09:58 -0700 (Mon, 16 May 2016) Log Message: ----------- p5-net-pcap: add mode line and reformat, white space only. Modified Paths: -------------- trunk/dports/perl/p5-net-pcap/Portfile Modified: trunk/dports/perl/p5-net-pcap/Portfile =================================================================== --- trunk/dports/perl/p5-net-pcap/Portfile 2016-05-17 01:09:08 UTC (rev 148751) +++ trunk/dports/perl/p5-net-pcap/Portfile 2016-05-17 01:09:58 UTC (rev 148752) @@ -1,23 +1,27 @@ +# -*- 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-Pcap 0.17 -license {Artistic-1 GPL} -maintainers nomaintainer -description Interface to pcap(3) LBL packet capture library -long_description Net::Pcap is a Perl binding to the LBL pcap(3) \ - library, version 0.4. The README for libpcap describes \ - itself as: a system-independent interface for user-level \ - packet capture. libpcap provides a portable framework \ - for low-level network monitoring. Applications \ - include network statistics collection, security \ - monitoring, network debugging, etc. -platforms darwin -checksums md5 fbe911ba5f57d5ba43494434ffb828a0 \ - sha1 eca0c42bf70cf9739a0f669d37df8c4815e1c836 +perl5.setup Net-Pcap 0.17 +license {Artistic-1 GPL} +maintainers nomaintainer +description Interface to pcap(3) LBL packet capture library +long_description Net::Pcap is a Perl binding to the LBL pcap(3) \ + library, version 0.4. The README for libpcap describes \ + itself as: a system-independent interface for user-level \ + packet capture. libpcap provides a portable framework \ + for low-level network monitoring. Applications \ + include network statistics collection, security \ + monitoring, network debugging, etc. +platforms darwin + +checksums md5 fbe911ba5f57d5ba43494434ffb828a0 \ + sha1 eca0c42bf70cf9739a0f669d37df8c4815e1c836 + if {${perl5.major} != ""} { -depends_lib-append port:libpcap + depends_lib-append \ + port:libpcap }
participants (1)
-
devans@macports.org