# -*- 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 1.15 platforms darwin license Artistic-1 maintainers nomaintainer description framework for crafting network packets long_description Net::Frame is a ${description}. \ It comes with a set of basic layers \ (e.g. Net::Frame::Layer::TCP). \ The different layer subclasses handle encoding and \ decoding of the given layer. \ It allows one to construct a protocol stack from the \ top to bottom layers and then inject those packets \ into the network for communication with other devices \ that talk the same protocol. checksums rmd160 bfa5ca7a77f284a392746d70b66a50bff478a3c4 \ sha256 a78c4d57fcd561a4007e21be22fd5233fce27e304ac31831dad5c73126ae354f if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-bit-vector \ port:p${perl5.major}-net-ipv6addr \ port:p${perl5.major}-socket6 \ port:p${perl5.major}-class-gomor perl5.use_module_build supported_archs noarch }