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@
24 lines
382 B
Makefile
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>
|