# -*- 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 106273 2013-05-21 00:51:50Z larryv@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         NetPacket 1.3.3 ../by-authors/id/Y/YA/YANICK/
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer
license             Artistic-2

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.

checksums           rmd160 649f4c8ff77c2445ff88f680dded7f5c1793a836 \
                    sha256 973729c69486bd67540f329f91b808cb0bda02e065f043c0693b16d6945dece6

if {${perl5.major} != ""} {
perl5.use_module_build

supported_archs noarch
}
