5f160b3484
This gem was originally added to the Metasploit Pcaprub gem. It's been spun out into its own gem for anyone who might want to programmatically get information on their network interfaces.
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/02 18:16:25 minskim Exp $
|
|
|
|
DISTNAME= network_interface-0.0.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/network_interface
|
|
COMMENT= Tool to get information on network interfaces
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|