mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
289 B
Makefile
19 lines
289 B
Makefile
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>
|