freebsd-ports/net/dhcping/Makefile
2021-04-06 16:31:07 +02:00

20 lines
395 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
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>