20 lines
325 B
Makefile
20 lines
325 B
Makefile
COMMENT = module for network data inspection and modification
|
|
|
|
DISTNAME = Net-IMP-0.635
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = net/p5-Net-Inspect \
|
|
net/p5-Net-Pcap \
|
|
net/p5-Net-PcapWriter
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|