freebsd-ports/www/rubygem-atlassian-jwt/Makefile

20 lines
361 B
Makefile

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