mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
a25a5884cc
Sponsored by: Rubicon Communications, LLC (Netgate)
21 lines
302 B
Makefile
21 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dpinger
|
|
PORTVERSION= 3.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= IP device monitoring tool
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dennypage
|
|
MAKEFILE= Makefile.freebsd
|
|
|
|
PLIST_FILES= bin/dpinger
|
|
|
|
.include <bsd.port.mk>
|