opnsense-ports/net/rubygem-stackdriver-core/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
462 B
Makefile

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
WWW= https://github.com/googleapis/google-cloud-ruby/tree/master/stackdriver-core
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>