freebsd-ports/net/rubygem-network_interface/Makefile

16 lines
252 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
USES= gem
.include <bsd.port.mk>