mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
fb64aabc4b
Changes: https://github.com/KLab/miruo/blob/0.9.6/ChangeLog PR: 200162 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
20 lines
316 B
Makefile
20 lines
316 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= miruo
|
|
PORTVERSION= 0.9.6
|
|
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>
|