# -*- 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: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Net-Frame 1.16 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 0fb71d860ad3d5de959b2ac0bcd169223e6e7861 \ sha256 d3b9918d9484e4aa21bbb4ac660358bf25c3d26696c386f2f8715c5c96e558a3 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 }