mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
17 lines
344 B
Makefile
17 lines
344 B
Makefile
PORTNAME= network_interface
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Get network interface information from Ruby
|
|
WWW= https://github.com/rapid7/network_interface
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/list_interfaces.rb
|
|
|
|
.include <bsd.port.mk>
|