24 lines
621 B
Makefile
24 lines
621 B
Makefile
PORTNAME= googleauth
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Google Auth Library for Ruby
|
|
WWW= https://github.com/googleapis/google-auth-library-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday \
|
|
rubygem-jwt>=1.4<3.0:www/rubygem-jwt \
|
|
rubygem-memoist>=0.16<1:devel/rubygem-memoist \
|
|
rubygem-multi_json>=1.11<2:devel/rubygem-multi_json \
|
|
rubygem-os>=0.9<2.0:devel/rubygem-os \
|
|
rubygem-signet>=0.16<2:security/rubygem-signet
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|