forked from Lainports/freebsd-ports
Several dep upgrade of rubgems port broke the gitlab-ce port. The problem are reported by e.g. https://beefy16.nyi.freebsd.org/data/131amd64-default/d20a3cf7e848/logs/gitlab-ce-15.3.4_1.log and also by users. PR: 266963
25 lines
580 B
Makefile
25 lines
580 B
Makefile
PORTNAME= json-jwt
|
|
PORTVERSION= 1.15.3
|
|
CATEGORIES= www devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 115
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= JSON Web Token implementation in Ruby
|
|
WWW= https://github.com/nov/json-jwt
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \
|
|
rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
|
|
rubygem-bindata>=0:devel/rubygem-bindata \
|
|
rubygem-httpclient>=0:www/rubygem-httpclient
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.15
|
|
.include <bsd.port.mk>
|