1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/rubygem-json-jwt/Makefile
2018-05-01 19:50:29 +00:00

23 lines
460 B
Makefile

# $FreeBSD$
PORTNAME= json-jwt
PORTVERSION= 1.9.4
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>