# -*- 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
# $Id: Portfile 67914 2010-05-21 13:36:13Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         NetPacket 0.42.0
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer

description         Modules to assemble/disassemble network packets at the protocol level

long_description    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.

distname            ${perl5.module}-v${version}

checksums           md5     568799b612e19dc54fcdc15af031a4ab \
                    sha1    9d53bafa0a086136fd9b3ded11ccef0d20c1f44e \
                    rmd160  111462d44ce0d6a583566716607269852624cdaa

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant   no
}
