openbsd-ports/net/p5-Net-Inspect/Makefile

20 lines
386 B
Makefile
Raw Normal View History

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