mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d20c158b0b
- Add PORTSCOUT
24 lines
387 B
Makefile
24 lines
387 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jwt
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= www devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 21
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JSON Web Token implementation in Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^2\.1\.
|
|
|
|
.include <bsd.port.mk>
|