summaryrefslogtreecommitdiff
path: root/benchmarks/spp/Makefile
blob: aeb5362c1bad05ea6010fc7249711f917d215be5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$

PORTNAME=	spp
PORTVERSION=	0.3.6
CATEGORIES=	benchmarks
MASTER_SITES=	http://caia.swin.edu.au/tools/spp/downloads/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Calculates round trip time from pcap files or live capture

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING.txt

PLIST_FILES=	bin/spp man/man1/spp.1.gz

.include <bsd.port.mk>