Ticket #24863: Portfile-p5-netpacket

File Portfile-p5-netpacket, 1013 bytes (added by jpo@…, 14 years ago)

Portfile for perl module NetPacket

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.setup         NetPacket v0.42.0
8platforms           darwin
9maintainers         di.uminho.pt:jpo openmaintainer
10
11description         Modules to assemble/disassemble network packets at the protocol level
12
13long_description    NetPacket provides a base class for a cluster of modules \
14                    related to decoding and encoding of network protocols. Each \
15                    NetPacket descendent module knows how to encode and decode \
16                    packets for the network protocol it implements.
17
18checksums           md5 568799b612e19dc54fcdc15af031a4ab \
19                    sha1 9d53bafa0a086136fd9b3ded11ccef0d20c1f44e \
20                    rmd160 111462d44ce0d6a583566716607269852624cdaa
21
22if {[info exists supported_archs]} {
23    supported_archs noarch
24} else {
25    universal_variant   no
26}