# -*- 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 87374 2011-11-19 01:45:44Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         NetPacket 1.3.0 ../by-authors/id/Y/YA/YANICK/
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer
license             Artistic-2.0

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  7c7577a15588211a685330da957093dd624f57f3 \
                    sha256  e2e5de859499e721d013271cfcc6c591fdea4ca475841dd887042f3a8782e17b

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

supported_archs noarch
}
