freebsd-ports/net/rubygem-network_interface/Makefile
Antoine Brodin 92f32ce697 New port: rubygem-network_interface
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.

WWW: https://github.com/rapid7/network_interface
2013-07-29 20:21:09 +00:00

17 lines
281 B
Makefile

# $FreeBSD$
PORTNAME= network_interface
PORTVERSION= 0.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Get network interface information from Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>