openbsd-ports/net/p5-Net-IMP/Makefile
2022-03-11 19:45:43 +00:00

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>