# -*- 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 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Net-Frame-Dump 1.06 revision 3 license Artistic-1 platforms darwin maintainers nomaintainer supported_archs noarch description tcpdump like implementation long_description Net::Frame::Dump is the base class for all dump modules. \ With them, you can open a device for live capture, for \ offline analysis, or for creating a pcap file. \ See Net::Frame::Dump::Offline, Net::Frame::Dump::Online, \ Net::Frame::Dump::Writer for specific usage. checksums sha1 af88ca47a3e66d37e33e7382633a151f696c98ae \ rmd160 c61a3bf1085461c973d36f0adf0d3fcf9e92b9eb if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-class-gomor \ port:p${perl5.major}-net-frame \ port:p${perl5.major}-net-pcap }