opnsense-ports/security/rubygem-googleauth/Makefile
Franco Fichtner db6c9e3f2a */*: sync with upstream
Taken from: FreeBSD
2017-03-20 13:26:25 +01:00

27 lines
662 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= googleauth
PORTVERSION= 0.5.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Auth Library for Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-faraday>=0.9:www/rubygem-faraday \
rubygem-jwt>=1.4:www/rubygem-jwt \
rubygem-logging>=2.0:devel/rubygem-logging \
rubygem-memoist>=0.12:devel/rubygem-memoist \
rubygem-multi_json>=1.11:devel/rubygem-multi_json \
rubygem-os>=0.9:devel/rubygem-os \
rubygem-signet>=0.7:security/rubygem-signet
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>