freebsd-ports/security/rubygem-signet/Makefile
Sunpoet Po-Chuan Hsieh 444e6f6751 Update to 0.12.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/googleapis/signet/releases
2019-10-20 17:21:06 +00:00

25 lines
551 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= signet
PORTVERSION= 0.12.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OAuth 1.0 / OAuth 2.0 implementation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
rubygem-faraday>=0.9<1:www/rubygem-faraday \
rubygem-jwt>=1.5<3.0:www/rubygem-jwt \
rubygem-multi_json>=1.10<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>