pkgsrc-wip/p5-Net-PcapUtils/Makefile
Adrian Portelli 1bf8973834 This module provides some code to abstract away some of the messier
parts of using the Net::Pcap library.  The idea is to be able to write
"one-liner" type scripts for packet capture without getting bogged
down in the initialisation code.  This makes it possible to write very
compact Perl scripts involving packet capture.
2004-08-25 10:40:40 +00:00

21 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/08/25 10:40:40 adrian_p Exp $
#
DISTNAME= Net-PcapUtils-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~timpotter/Net-PcapUtils-0.01/
COMMENT= Utility routines for Net::Pcap module
DEPENDS+= p5-Net-Pcap>=0.3:../../net/p5-Net-Pcap
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/PcapUtils/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"