2010-07-12 22:07:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:40 sthen 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
|
|
|
|
2004-06-26 07:35:05 +00:00
|
|
|
RUN_DEPENDS= :p5-Net-Pcap->=0.03:net/p5-Net-Pcap
|
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|