1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add rubygem-net-protocol 0.1.0

Net::Protocol provides the abstruct interface for net-* client.

WWW: https://github.com/ruby/net-protocol
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 20:02:46 +00:00
parent 9a7b47000c
commit e4a883ea05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560086
4 changed files with 26 additions and 0 deletions

View File

@ -1270,6 +1270,7 @@
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-net-ntp
SUBDIR += rubygem-net-ping
SUBDIR += rubygem-net-protocol
SUBDIR += rubygem-netrc
SUBDIR += rubygem-network_interface
SUBDIR += rubygem-oauth

View File

@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= net-protocol
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstruct interface for net-* client
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1609598823
SHA256 (rubygem/net-protocol-0.1.0.gem) = 0a3d8517a590fae4cb6c24decb48512f103113a7ebe32d82288e514175da9d07
SIZE (rubygem/net-protocol-0.1.0.gem) = 9728

View File

@ -0,0 +1,3 @@
Net::Protocol provides the abstruct interface for net-* client.
WWW: https://github.com/ruby/net-protocol