2013-03-30 10:07:24 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2013/03/30 14:07:24 bluhm Exp $
|
2012-09-30 10:40:34 -04:00
|
|
|
|
2012-10-03 15:34:32 -04:00
|
|
|
COMMENT = library for inspection of data on various network layers
|
2012-09-30 10:40:34 -04:00
|
|
|
|
2013-03-30 10:07:24 -04:00
|
|
|
DISTNAME = Net-Inspect-0.28
|
2012-09-30 10:40:34 -04:00
|
|
|
|
|
|
|
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>
|