mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
60ccfbe33e
While here, improve pkg-descr Sponsored by: Rubicon Communications, LLC ("Netgate")
20 lines
332 B
Makefile
20 lines
332 B
Makefile
PORTNAME= dpinger
|
|
PORTVERSION= 3.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= IP device monitoring tool
|
|
WWW= https://github.com/dennypage/dpinger
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dennypage
|
|
MAKEFILE= Makefile.freebsd
|
|
|
|
PLIST_FILES= bin/dpinger
|
|
|
|
.include <bsd.port.mk>
|