mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
327 B
Makefile
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>
|