mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
19 lines
332 B
Makefile
19 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>
|