opnsense-ports/net/rubygem-stackdriver-core/Makefile
Franco Fichtner ad6e45a9c7 */*: sync with upstream
Taken from: HardenedBSD
2021-04-20 09:42:30 +02:00

21 lines
445 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= stackdriver-core
PORTVERSION= 1.5.0
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>