freebsd-ports/www/rubygem-atlassian-jwt/Makefile
2019-11-03 17:25:54 +00:00

21 lines
381 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= atlassian-jwt
PORTVERSION= 0.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Authenticate with the Atlassian Connect REST APIs
LICENSE= APACHE20
RUN_DEPENDS= rubygem-jwt21>=2.1.0<2.2:www/rubygem-jwt21
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>