aboutsummaryrefslogtreecommitdiffstats
path: root/net/dpinger/Makefile
blob: d74630b2f0ecdd9ce3b5f906fee94557a8c5e994 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   dpinger
PORTVERSION=    0.0.1.20151218
CATEGORIES= net

MAINTAINER= garga@FreeBSD.org
COMMENT=    IP device monitoring tool

LICENSE=    BSD2CLAUSE

USES=       uidfix
USE_GITHUB= yes
GH_ACCOUNT= dennypage
GH_PROJECT= dpinger
GH_TAGNAME= bfed5112c2

PLIST_FILES=    bin/dpinger

.include <bsd.port.mk>