freebsd-ports/www/rubygem-jwt/Makefile
2012-07-06 06:45:43 +00:00

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>