freebsd-ports/www/rubygem-jwt/Makefile
Sunpoet Po-Chuan Hsieh fa78292536 - Update to 1.5.2
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/jwt/ruby-jwt/commits/master
2015-10-30 11:24:12 +00:00

20 lines
372 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= jwt
PORTVERSION= 1.5.2
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON Web Token implementation in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>