25 lines
404 B
Makefile
25 lines
404 B
Makefile
|
|
COMMENT = manage IPv4 ranges
|
|
|
|
V = 1.0.4
|
|
DISTNAME = iprange-${V}
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
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 pthread
|
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
|
|
.include <bsd.port.mk>
|