mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
401bffd6dc
PR: 206639 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= miruo
|
|
PORTVERSION= 0.9.6b
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= meta+ports@vmeta.jp
|
|
COMMENT= Pretty-print TCP session monitor/analyzer
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KLab
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= sbin/miruo
|
|
|
|
.include <bsd.port.mk>
|