21 lines
394 B
Makefile
21 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.15 2016/06/22 14:02:09 bluhm Exp $
|
|
|
|
COMMENT = module for network data inspection and modification
|
|
|
|
DISTNAME = Net-IMP-0.633
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
TEST_DEPENDS = net/p5-Net-Inspect \
|
|
net/p5-Net-Pcap \
|
|
net/p5-Net-PcapWriter
|
|
|
|
.include <bsd.port.mk>
|