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:
parent
9a7b47000c
commit
e4a883ea05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560086
@ -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
|
||||
|
19
net/rubygem-net-protocol/Makefile
Normal file
19
net/rubygem-net-protocol/Makefile
Normal 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>
|
3
net/rubygem-net-protocol/distinfo
Normal file
3
net/rubygem-net-protocol/distinfo
Normal 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
|
3
net/rubygem-net-protocol/pkg-descr
Normal file
3
net/rubygem-net-protocol/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Net::Protocol provides the abstruct interface for net-* client.
|
||||
|
||||
WWW: https://github.com/ruby/net-protocol
|
Loading…
Reference in New Issue
Block a user