5b5611e8ac
OK jasper@ naddy@
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/02/11 21:07:38 bluhm Exp $
|
|
|
|
COMMENT = library for inspection of data on various network layers
|
|
|
|
DISTNAME = Net-Inspect-0.27
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = net/p5-Net-Pcap \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|