jeremy f52939e3ac Update to macaddr 1.7.2
From George Rosamond
2020-01-24 19:53:56 +00:00

21 lines
396 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/01/24 19:53:56 jeremy Exp $
COMMENT= cross platform mac address determiniation
DISTNAME= macaddr-1.7.2
CATEGORIES= net
HOMEPAGE= https://github.com/ahoward/macaddr/
# ruby
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-systemu,${MODRUBY_FLAVOR}>=2.6.2,<2.7.0
.include <bsd.port.mk>