head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2013.03.10.16.18.23;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.07.30.20.50.33;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.06.06.45.43;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313814
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/www/rubygem-jwt/Makefile 313814 2013-03-10 08:28:14Z sunpoet $

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

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-multi_json>=1.5:${PORTSDIR}/devel/rubygem-multi_json

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	rubygem-jwt
# Date created:		2012-07-04
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-jwt/Makefile 301767 2012-07-30 20:50:33Z sunpoet $
#
d5 1
a5 1
PORTVERSION=	0.1.5
d14 1
a14 1
RUN_DEPENDS=	rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
@


1.2
log
@SVN rev 301767 on 2012-07-30 20:50:33Z by sunpoet

- Update to 0.1.5

Changes:	https://github.com/progrium/ruby-jwt/commits/master
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- Add rubygem-jwt 0.1.4

JWT is a Ruby implementation of JSON Web Token draft 06 [1].

[1] http://self-issued.info/docs/draft-jones-json-web-token-06.html

WWW: https://github.com/progrium/ruby-jwt
RG:  https://rubygems.org/gems/jwt
@
text
@d9 1
a9 1
PORTVERSION=	0.1.4
d18 1
a18 1
RUN_DEPENDS=	rubygem-json>=1.2.4:${PORTSDIR}/devel/rubygem-json
@

