# -*- 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.16 5.18 5.20 5.22 perl5.setup Net-Frame-Dump 1.14 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 rmd160 918d8954f7e073f63d7121827e07ee360b233da4 \ sha256 6eef12772208a8992fce3b9718509b9369aa8ba623958692ba8e633085fc9226 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-gomor \ port:p${perl5.major}-net-frame \ port:p${perl5.major}-net-pcap }