aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-network_interface/Makefile
blob: 6f196ce7b1d67de251c999136fe04bd158a656e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	network_interface
PORTVERSION=	0.0.2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Get network interface information from Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

PLIST_FILES=	bin/list_interfaces.rb

.include <bsd.port.mk>