1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/iprange/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
327 B
Makefile

PORTNAME= iprange
PORTVERSION= 1.0.4
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/firehol/iprange/releases/download/v${PORTVERSION}/
MAINTAINER= garga@FreeBSD.org
COMMENT= Manage IP ranges
LICENSE= GPLv2+
USES= tar:xz
GNU_CONFIGURE= yes
PLIST_FILES= bin/iprange \
man/man1/iprange.1.gz
.include <bsd.port.mk>