1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/dpinger/Makefile
Renato Botelho a25a5884cc Update net/dpinger to 3.0
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-10-04 13:10:16 +00:00

21 lines
302 B
Makefile

# $FreeBSD$
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>