7823fa4b7e
Sponsored by: Absolight
19 lines
275 B
Makefile
19 lines
275 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dpinger
|
|
PORTVERSION= 1.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= IP device monitoring tool
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dennypage
|
|
|
|
PLIST_FILES= bin/dpinger
|
|
|
|
.include <bsd.port.mk>
|