mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
21 lines
536 B
Makefile
21 lines
536 B
Makefile
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
|
|
WWW= https://bitbucket.org/caia-swin/spp
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
USES= tar:bzip2
|
|
BB_TAGNAME= 8cfe6814ce52
|
|
WRKSRC= ${WRKDIR}/caia-swin-${PORTNAME}-${BB_TAGNAME}
|
|
|
|
PLIST_FILES= bin/spp share/man/man1/spp.1.gz
|
|
|
|
.include <bsd.port.mk>
|