2016-07-08 14:23:45 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2016/07/08 14:23:45 bluhm Exp $
|
2012-09-30 14:40:34 +00:00
|
|
|
|
2012-10-03 19:34:32 +00:00
|
|
|
COMMENT = library for inspection of data on various network layers
|
2012-09-30 14:40:34 +00:00
|
|
|
|
2016-07-08 14:23:45 +00:00
|
|
|
DISTNAME = Net-Inspect-0.326
|
2012-09-30 14:40:34 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2012-09-30 14:40:34 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = net/p5-Net-Pcap \
|
|
|
|
www/p5-libwww
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|