aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-10-15 20:40:36 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-10-15 20:40:36 +0000
commit95abdc4447e6e73db796ef4d0e4db7f43d54263e (patch)
tree459e7392ea34440841fb6fee103dfc3c8be8b969 /net/Makefile
parent88f511ebaa72ef2af79e92dff8aca3a4606c02f1 (diff)
downloadports-95abdc4447e6e73db796ef4d0e4db7f43d54263e.tar.gz
ports-95abdc4447e6e73db796ef4d0e4db7f43d54263e.zip
New port: net/p5-Net-Frame-Simple
Frame crafting made easy 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. WWW: http://search.cpan.org/dist/Net-Frame-Simple/
Notes
Notes: svn path=/head/; revision=424026
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 1008532214c9..7a7866ae1d52 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -610,6 +610,7 @@
SUBDIR += p5-Net-Frame-Dump
SUBDIR += p5-Net-Frame-Layer-ICMPv6
SUBDIR += p5-Net-Frame-Layer-IPv6
+ SUBDIR += p5-Net-Frame-Simple
SUBDIR += p5-Net-GitHub
SUBDIR += p5-Net-Gnats
SUBDIR += p5-Net-Google