freebsd-ports/www/rubygem-jwt/Makefile
2015-06-23 12:21:31 +00:00

19 lines
340 B
Makefile

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