diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-net-protocol/Makefile | 19 | ||||
-rw-r--r-- | net/rubygem-net-protocol/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-net-protocol/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 15df359397a6..de5d14478141 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/rubygem-net-protocol/Makefile b/net/rubygem-net-protocol/Makefile new file mode 100644 index 000000000000..8fa678206a46 --- /dev/null +++ b/net/rubygem-net-protocol/Makefile @@ -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> diff --git a/net/rubygem-net-protocol/distinfo b/net/rubygem-net-protocol/distinfo new file mode 100644 index 000000000000..c5be087c89f2 --- /dev/null +++ b/net/rubygem-net-protocol/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1609598823 +SHA256 (rubygem/net-protocol-0.1.0.gem) = 0a3d8517a590fae4cb6c24decb48512f103113a7ebe32d82288e514175da9d07 +SIZE (rubygem/net-protocol-0.1.0.gem) = 9728 diff --git a/net/rubygem-net-protocol/pkg-descr b/net/rubygem-net-protocol/pkg-descr new file mode 100644 index 000000000000..8c34106bb456 --- /dev/null +++ b/net/rubygem-net-protocol/pkg-descr @@ -0,0 +1,3 @@ +Net::Protocol provides the abstruct interface for net-* client. + +WWW: https://github.com/ruby/net-protocol |