summaryrefslogtreecommitdiff
path: root/net/p5-NetPacket/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-NetPacket/pkg-descr')
-rw-r--r--net/p5-NetPacket/pkg-descr3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-NetPacket/pkg-descr b/net/p5-NetPacket/pkg-descr
new file mode 100644
index 000000000000..01ea52cdbf70
--- /dev/null
+++ b/net/p5-NetPacket/pkg-descr
@@ -0,0 +1,3 @@
+NetPacket provides a base class for a cluster of modules related to decoding
+and encoding of network protocols. Each NetPacket descendent module knows how
+to encode and decode packets for the network protocol it implements.