2022-03-04 22:15:28 +00:00
|
|
|
|
|
|
|
|
COMMENT = manage IPv4 ranges
|
|
|
|
|
|
|
|
|
|
V = 1.0.4
|
|
|
|
|
DISTNAME = iprange-${V}
|
|
|
|
|
CATEGORIES = net
|
2022-03-27 16:23:04 +00:00
|
|
|
REVISION = 0
|
2022-03-04 22:15:28 +00:00
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/firehol/iprange
|
|
|
|
|
|
|
|
|
|
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
|
|
|
|
|
|
|
|
|
|
# GPL2+
|
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
2023-09-27 14:17:59 +00:00
|
|
|
SITES = https://github.com/firehol/iprange/releases/download/v${V}/
|
2022-03-04 22:15:28 +00:00
|
|
|
|
2022-03-27 16:23:04 +00:00
|
|
|
WANTLIB = c pthread
|
2022-03-04 22:15:28 +00:00
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
|
|
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|