pkgsrc/net/p5-Net-Write/Makefile
adrianp 15e7b4e243 Net::Write provides a portable interface to open a network interface, and be
able to write raw data directly to the network. It juste provides three methods
when a Net::Write object has been created for an interface: open, send, close.

It is possible to open a network interface to send frames at layer 2 (you craft
a frame from link layer), or at layer 3 (you craft a frame from network layer),
or at layer 4 (you craft a frame from transport layer).

NOTE: not all operating systems support all layer opening. Currently, Windows
only supports opening and sending at layer 2. Other Unix systems should be able
to open and send at all layers.
2007-01-03 14:09:28 +00:00

21 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $
#
DISTNAME= Net-Write-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/
COMMENT= Portable interface to open and send raw data to network
DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
PERL5_PACKLIST= auto/Net/Write/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"