# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Net-Frame-Dump 1.18 license Artistic-1 platforms {darwin any} maintainers nomaintainer 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 rmd160 504b9670ae187bc1f867aa0f6ad22374ad0bbf43 \ sha256 e53dc3d615261a28873a800e46f83608e424d99c8727c745e2701a2924353bc3 \ size 19709 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-gomor \ port:p${perl5.major}-net-frame \ port:p${perl5.major}-net-pcap \ port:p${perl5.major}-time-hires perl5.use_module_build supported_archs noarch }