|
Revision 16916, 0.5 KB
(checked in by dmichelsen, 16 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = NetPacket |
|---|
| 2 | VERSION = 0.41.1 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = YANICK |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = Modules to assemble/disassemble network packets |
|---|
| 8 | define BLURB |
|---|
| 9 | NetPacket provides a base class for a cluster of modules related to |
|---|
| 10 | decoding and encoding of network protocols. Each NetPacket descendent |
|---|
| 11 | module knows how to encode and decode packets for the network protocol |
|---|
| 12 | it implements. |
|---|
| 13 | endef |
|---|
| 14 | |
|---|
| 15 | PACKAGES = CSWpmnetpacket |
|---|
| 16 | CATALOGNAME = pm_netpacket |
|---|
| 17 | |
|---|
| 18 | ARCHALL = 1 |
|---|
| 19 | |
|---|
| 20 | LICENSE = $(FILEDIR)/LICENSE |
|---|
| 21 | |
|---|
| 22 | include gar/category.mk |
|---|