mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
21 lines
497 B
Makefile
21 lines
497 B
Makefile
PORTNAME= google-cloud-env
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@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-base64>=0.2<1:converters/rubygem-base64 \
|
|
rubygem-faraday-gitlab>=1.0<3.0:www/rubygem-faraday-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|