mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
26 lines
488 B
Makefile
26 lines
488 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sshping
|
|
PORTVERSION= 0.1.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= SSH-based ping to measure character echo latency and bandwidth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libssh.so:security/libssh
|
|
|
|
USES= cmake localbase:ldflags perl5
|
|
USE_GITHUB= yes
|
|
USE_PERL5= build
|
|
|
|
GH_ACCOUNT= spook
|
|
|
|
PLIST_FILES= bin/sshping man/man8/sshping.8.gz
|
|
|
|
.include <bsd.port.mk>
|