net/rubygem-interfacez: Add rubygem-interfacez 1.0.4

Interfacez provides simplified network interfaces API.
This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:07:40 +08:00
parent c3f4bb51aa
commit b544518902
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 22 additions and 0 deletions

View File

@ -1307,6 +1307,7 @@
SUBDIR += rubygem-http-parser
SUBDIR += rubygem-http_parser.rb
SUBDIR += rubygem-httpauth
SUBDIR += rubygem-interfacez
SUBDIR += rubygem-ipaddr
SUBDIR += rubygem-ipaddr122
SUBDIR += rubygem-ipaddress

View File

@ -0,0 +1,17 @@
PORTNAME= interfacez
PORTVERSION= 1.0.4
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified network interface API
WWW= https://github.com/picatz/interfacez
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1679498510
SHA256 (rubygem/interfacez-1.0.4.gem) = b035e0b86c4667424d89a231c990d288a7c93583767501bc051e60e126463e7b
SIZE (rubygem/interfacez-1.0.4.gem) = 9728

View File

@ -0,0 +1 @@
Interfacez provides simplified network interfaces API.