df6eba0e0d
Sponsored by: Rubicon Communications, LLC (Netgate)
20 lines
340 B
Makefile
20 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|