The Net::PcapWriter module allows to create pcap files within a perl programm without capturing any data. from Stefan Rinkes <stefan.rinkes AT gmail DOT com>
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/03 19:23:53 bluhm Exp $
|
|
|
|
COMMENT = simple creation of pcap files from code
|
|
|
|
DISTNAME = Net-PcapWriter-0.6
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|