blob: 73f6c982812b2fdb21ae6739eceadc29e20af1dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|