# -*- 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 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-Frame-Simple 1.04
revision        1
platforms           darwin
maintainers         nomaintainer
supported_archs     noarch

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           sha1 9f5a3b90a988850e6e326e9c66907b177f03d51a \
                    rmd160 f5fac658ff6215b1dbab7297c8310655a48cdf95

depends_lib-append  port:p5-class-gomor \
                    port:p5-net-frame
