mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5c74cb0194
Sponsored by: Rubicon Communications, LLC ("Netgate")
19 lines
289 B
Makefile
19 lines
289 B
Makefile
PORTNAME= dpinger
|
|
PORTVERSION= 3.2
|
|
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>
|