diff --git a/devel/rubygem-google-protobuf38/Makefile b/devel/rubygem-google-protobuf38/Makefile deleted file mode 100644 index deef808cd5f04..0000000000000 --- a/devel/rubygem-google-protobuf38/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Po-Chuan Hsieh - -PORTNAME= google-protobuf -PORTVERSION= 3.8.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 38 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= Ruby extension to Google Protocol Buffers - -LICENSE= BSD3CLAUSE - -USES= gem -USE_RUBY= yes - -PORTSCOUT= limit:^3\.8\. - -.include diff --git a/devel/rubygem-google-protobuf38/distinfo b/devel/rubygem-google-protobuf38/distinfo deleted file mode 100644 index 435ca80295e2f..0000000000000 --- a/devel/rubygem-google-protobuf38/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1559219574 -SHA256 (rubygem/google-protobuf-3.8.0.gem) = c4624af322347d74916c29c1efe350d29b570d7681702c5f5a74b61c1312c32f -SIZE (rubygem/google-protobuf-3.8.0.gem) = 262656 diff --git a/devel/rubygem-google-protobuf38/pkg-descr b/devel/rubygem-google-protobuf38/pkg-descr deleted file mode 100644 index 4b7e007200a36..0000000000000 --- a/devel/rubygem-google-protobuf38/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers -functionality. It makes use of generated Ruby code that defines message and enum -types in a Ruby DSL. You may write definitions in this DSL directly, but we -recommend using protoc's Ruby generation support with .proto files. The build -process in this directory only installs the extension; you need to install -protoc as well to have Ruby code generation functionality. - -WWW: https://developers.google.com/protocol-buffers/ -WWW: https://github.com/google/protobuf/tree/master/ruby