aboutsummaryrefslogblamecommitdiff
path: root/net/rubygem-google-cloud-logging/Makefile
blob: 136ddde01344bd5793fccd009d1c0ca7994ae639 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                  

                                    
                     









                                                                              

                                                                                            







                                                                            
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	google-cloud-logging
PORTVERSION=	2.2.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Official library for Stackdriver Logging

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \
		rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core \
		rubygem-google-cloud-logging-v2>=0.0<1:net/rubygem-google-cloud-logging-v2 \
		rubygem-stackdriver-core>=1.3<2:net/rubygem-stackdriver-core

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>