summaryrefslogtreecommitdiff
path: root/net/dhcping/Makefile
blob: d1b7e1cc5b6b2e2e3a56285e25ee425ed9aeeee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	dhcping
PORTVERSION=	1.2
CATEGORIES=	net
MASTER_SITES=	http://www.mavetju.org/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Send DHCP request to DHCP server for monitoring purposes

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/dhcping \
		man/man8/dhcping.8.gz

.include <bsd.port.mk>