opnsense-ports/security/rubygem-signet/Makefile
Franco Fichtner 7a71bf48b3 */*: sync with upstream
Taken from: HardenedBSD
2020-04-05 09:16:53 +02:00

25 lines
556 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= signet
PORTVERSION= 0.14.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.17.3<2.0: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>