freebsd-ports/sysutils/lbl-hf/Makefile
Craig Leres fa7df6f350 sysutils/lbl-hf: Update to 1.9. Changes since 1.8:
- Add rate limiting; limit queries to 1000 per second by default.
   This is helps prevent flooding the nameserver with requests.

 - Add a SIGINFO handler (FreeBSD).

 - Add -xx to include cidr width with ip address in output.
2020-09-15 23:29:47 +00:00

29 lines
542 B
Makefile

# Created by: Craig Leres <leres@FreeBSD.org>
# $FreeBSD$
PORTNAME= hf
PORTVERSION= 1.9
CATEGORIES= sysutils
MASTER_SITES= https://ee.lbl.gov/downloads/hf/ \
LOCAL/leres/hf
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@FreeBSD.org
COMMENT= Address to hostname filter
LICENSE= BSD3CLAUSE
CONFLICTS= hf-[0-9]*
PLIST_FILES= bin/hf \
man/man1/hf.1.gz
GNU_CONFIGURE= yes
# Only install hf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hf ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hf.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>