1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/benchmarks/spp/Makefile
2021-04-06 16:31:07 +02:00

23 lines
533 B
Makefile

# Created by: Lars Eggert <lars@eggert.org>
PORTNAME= spp
PORTVERSION= 0.4.2
CATEGORIES= benchmarks
MASTER_SITES= https://bitbucket.org/caia-swin/spp/get/
DISTNAME= v${PORTVERSION}
DIST_SUBDIR= caia-swin-${PORTNAME}
MAINTAINER= lstewart@FreeBSD.org
COMMENT= Calculates round trip time from pcap files or live capture
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= tar:bzip2
BB_TAGNAME= 8cfe6814ce52
WRKSRC= ${WRKDIR}/caia-swin-${PORTNAME}-${BB_TAGNAME}
PLIST_FILES= bin/spp man/man1/spp.1.gz
.include <bsd.port.mk>