freebsd-ports/net/rubygem-stackdriver-core/Makefile

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>