mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
327 B
Makefile
21 lines
327 B
Makefile
COMMENT = library for inspection of data on various network layers
|
|
|
|
DISTNAME = Net-Inspect-0.331
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = net/p5-Net-Pcap \
|
|
www/p5-HTTP-Message \
|
|
www/p5-libwww
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|