sthen 3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00

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>