20 lines
386 B
Makefile
20 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/30 14:07:24 bluhm Exp $
|
|
|
|
COMMENT = library for inspection of data on various network layers
|
|
|
|
DISTNAME = Net-Inspect-0.28
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = net/p5-Net-Pcap \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|