aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-jwt/Makefile
blob: 5e62d8055ca02199498a337409c591cc7f15f9a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   jwt
PORTVERSION=    1.5.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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>