diff options
Diffstat (limited to 'devel/rubygem-googleapis-common-protos-types-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-googleapis-common-protos-types-gitlab/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-googleapis-common-protos-types-gitlab/Makefile b/devel/rubygem-googleapis-common-protos-types-gitlab/Makefile new file mode 100644 index 000000000000..cd31b597f1e8 --- /dev/null +++ b/devel/rubygem-googleapis-common-protos-types-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= googleapis-common-protos-types +PORTVERSION= 1.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Common protocol buffer types used by Google APIs +WWW= https://github.com/googleapis/common-protos-ruby/tree/main/googleapis-common-protos-types \ + https://github.com/googleapis/common-protos-ruby + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-google-protobuf>=3.18<5.0:devel/rubygem-google-protobuf + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^1\.20\. + +.include <bsd.port.mk> |