73611174cb
provided in PR pkg/45720. This module is part of Net::Frame frame crafting framework. It is totally optional, but can make playing with the network far easier. Basically, it hides the complexity of frame forging, sending, and receiving, by providing helper methods, which will analyze internally how to assemble frames and find responses to probes. For example, it will take care of computing lengths and checksums, and matching a response frame to the requesting frame.
22 lines
645 B
Makefile
22 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/01/25 09:54:31 hiramatsu Exp $
|
|
|
|
DISTNAME= Net-Frame-Simple-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Frame crafting made easy
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Simple/
|
|
LICENSE= artistic
|
|
|
|
DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
|
|
DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/Frame/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|