# -*- 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-Simple 1.09 license Artistic-1 platforms {darwin any} maintainers nomaintainer description network frame crafting made easy long_description This module is part of Net::Frame frame crafting \ framework. It is totally optional, but can make \ playing with the network far easier. \ Basically, it hides the complexity of frame forging, \ sending, and receiving, by providing helper methods, \ which will analyze internally how to assemble frames \ and find responses to probes. \ For example, it will take care of computing lengths \ and checksums, and matching a response frame to the \ requesting frame. checksums rmd160 f8ae8b0a6dfe3a5a69879abddbf627a6a85ec66d \ sha256 b5684b5304437e0303bc5875c50315024518d6f6ed47d78063093d41dcac19bf if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-gomor \ port:p${perl5.major}-net-frame perl5.use_module_build supported_archs noarch }