1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/cpan/NetPacket/trunk/Makefile

Revision 16916, 0.5 KB (checked in by dmichelsen, 16 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = NetPacket
2VERSION = 0.41.1
3CATEGORIES = cpan
4GARTYPE = v2
5AUTHOR = YANICK
6
7DESCRIPTION = Modules to assemble/disassemble network packets
8define 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.
13endef
14
15PACKAGES = CSWpmnetpacket
16CATALOGNAME = pm_netpacket
17
18ARCHALL = 1
19
20LICENSE = $(FILEDIR)/LICENSE
21
22include gar/category.mk
Note: See TracBrowser for help on using the browser.