mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add rubygem-stackdriver-core 1.3.3
This library contains shared types and utilities for Stackdriver-related libraries. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/stackdriver-core
This commit is contained in:
parent
28f812b233
commit
2d4b5022a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509322
@ -1324,6 +1324,7 @@
|
|||||||
SUBDIR += rubygem-rye
|
SUBDIR += rubygem-rye
|
||||||
SUBDIR += rubygem-serverengine
|
SUBDIR += rubygem-serverengine
|
||||||
SUBDIR += rubygem-simple_oauth
|
SUBDIR += rubygem-simple_oauth
|
||||||
|
SUBDIR += rubygem-stackdriver-core
|
||||||
SUBDIR += rubygem-stompserver
|
SUBDIR += rubygem-stompserver
|
||||||
SUBDIR += rubygem-t
|
SUBDIR += rubygem-t
|
||||||
SUBDIR += rubygem-tweetstream
|
SUBDIR += rubygem-tweetstream
|
||||||
|
22
net/rubygem-stackdriver-core/Makefile
Normal file
22
net/rubygem-stackdriver-core/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= stackdriver-core
|
||||||
|
PORTVERSION= 1.3.3
|
||||||
|
CATEGORIES= net rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Internal shared library for the Ruby Stackdriver integration libraries
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/rubygem-stackdriver-core/distinfo
Normal file
3
net/rubygem-stackdriver-core/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1566229340
|
||||||
|
SHA256 (rubygem/stackdriver-core-1.3.3.gem) = 22cd4f8d972dd55d34866b9b397bd7ea2d709ebd8296896c965e1d755bfc4b4d
|
||||||
|
SIZE (rubygem/stackdriver-core-1.3.3.gem) = 16384
|
4
net/rubygem-stackdriver-core/pkg-descr
Normal file
4
net/rubygem-stackdriver-core/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
This library contains shared types and utilities for Stackdriver-related
|
||||||
|
libraries.
|
||||||
|
|
||||||
|
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/stackdriver-core
|
Loading…
Reference in New Issue
Block a user