mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
19 lines
407 B
Makefile
19 lines
407 B
Makefile
PORTNAME= google-cloud-env
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provides information on Google Cloud Platform hosting environment
|
|
WWW= https://github.com/googleapis/ruby-cloud-env
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=1.0<3.0:www/rubygem-faraday
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|