kmos 87c6b3af7e iprange is a utility to manage IPv4 ranges including various
operations on lists of IPv4 addresses including merging/optimization,
finding commonalities in lists, and finding the differences between
lists of IPv4 addresses.

input and ok sthen@
2022-03-04 22:15:28 +00:00

24 lines
382 B
Makefile

COMMENT = manage IPv4 ranges
V = 1.0.4
DISTNAME = iprange-${V}
CATEGORIES = net
HOMEPAGE = https://github.com/firehol/iprange
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# GPL2+
PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/firehol/iprange/releases/download/v${V}/
WANTLIB = c
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.69
.include <bsd.port.mk>