diff options
Diffstat (limited to 'net/rubygem-network_interface/Makefile')
-rw-r--r-- | net/rubygem-network_interface/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/rubygem-network_interface/Makefile b/net/rubygem-network_interface/Makefile new file mode 100644 index 000000000000..792d114d2074 --- /dev/null +++ b/net/rubygem-network_interface/Makefile @@ -0,0 +1,17 @@ +# $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> |