d2cd4b2d1f
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
25 lines
469 B
Makefile
25 lines
469 B
Makefile
# New ports collection makefile for: rubygem-jwt
|
|
# Date created: 2012-07-04
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jwt
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= www devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JSON Web Token implementation in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-json>=1.2.4:${PORTSDIR}/devel/rubygem-json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|