blob: cb66053dde9bf54ebf50672244955a13179ce74a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= json-jwt
PORTVERSION= 1.11.0
PORTREVISION= 1
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-activesupport52>=4.2:devel/rubygem-activesupport52 \
rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
rubygem-bindata>=0:devel/rubygem-bindata
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|