be67189fe7
- Add LICENSE_FILE
19 lines
321 B
Makefile
19 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|