23 lines
418 B
Makefile
23 lines
418 B
Makefile
PORTNAME= ttl
|
|
PORTVERSION= 0.21.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast, modern traceroute with real-time TUI
|
|
WWW= https://github.com/lance0/ttl
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
|
|
|
USES= cargo
|
|
|
|
PLIST_FILES= bin/ttl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lance0
|
|
|
|
.include <bsd.port.mk>
|