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