aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-jwt/Makefile
blob: fbd00ad01f1b4745e55329157477b598178cc06f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                          
           

                   
                     







                                                     




                           
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	jwt
PORTVERSION=	1.0.0
CATEGORIES=	www devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	JSON Web Token implementation in Ruby

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>