1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/rubygem-jwt/Makefile
Sunpoet Po-Chuan Hsieh fb1c6c0e8e - Update to 0.1.7
- Cleanup Makefile header

Changes:	https://github.com/progrium/ruby-jwt/commits/master
2013-03-10 08:28:14 +00:00

21 lines
402 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>