mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
853c80c70a
also update my email address in "Created by:" field. Approved by: hrs (mentor)
20 lines
314 B
Makefile
20 lines
314 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= miruo
|
|
PORTVERSION= 0.9.6b
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
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>
|