2010-11-19 22:31:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/11/19 22:31:37 espie Exp $
|
2001-04-12 15:59:15 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= merge and extract portions of binary pcap files
|
2001-01-08 11:53:48 +00:00
|
|
|
|
|
|
|
DISTNAME= pcapmerge-1.0
|
2010-07-12 22:07:37 +00:00
|
|
|
REVISION= 0
|
2001-01-08 11:53:48 +00:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
|
2008-07-27 11:34:18 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PACKETSTORM:=sniffers/}
|
2001-01-08 11:53:48 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS= net/p5-Net-Pcap>=0.03
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-08 11:53:48 +00:00
|
|
|
|
2001-04-12 15:59:15 +00:00
|
|
|
MAINTAINER= Brian Caswell <bmc@openbsd.org>
|
2001-01-08 11:53:48 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
2010-10-18 18:36:45 +00:00
|
|
|
USE_GROFF = Yes
|
2001-01-08 11:53:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|