1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/rubygem-json-jwt/Makefile
2018-02-27 13:24:50 +00:00

25 lines
586 B
Makefile

# $FreeBSD$
PORTNAME= json-jwt
PORTVERSION= 1.9.2
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON Web Token implementation in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
rubygem-bindata>=0:devel/rubygem-bindata \
rubygem-securecompare>=0:security/rubygem-securecompare \
rubygem-url_safe_base64>=0:converters/rubygem-url_safe_base64
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>