blob: 5f826dbaee2cfeb565947ea95041e4a635a39077 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|