1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/dpinger/Makefile
Renato Botelho 60ccfbe33e net/dpinger: Update to 3.3
While here, improve pkg-descr

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-01-24 09:24:44 -03:00

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>