# $Id: Portfile 120164 2014-05-17 19:08:55Z mf2k@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Net-RawIP 0.25
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Perl module to manipulate raw IP packets.
long_description    Perl module to manipulate raw IP packets, with an \
                    optional feature for manipulating Ethernet headers.

platforms           darwin

checksums           rmd160  1bae7de1e4df034394e3928701b16e2e04b80894 \
                    sha256  6d104b2f0e453eff7a1b479c528798670b15729ed6ecf41430405ff6d7e1ee58

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-net-pcap
}
