1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/www/jwt-cli/Makefile
Tobias Kortkamp 6474c40f73 lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
2019-12-19 16:14:48 +00:00

66 lines
1.2 KiB
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= jwt-cli
PORTVERSION= 2.5.1
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= osa@FreeBSD.org
COMMENT= Super fast CLI tool to decode and encode JWTs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= mike-engel
CARGO_CRATES= ansi_term-0.11.0 \
atty-0.2.13 \
autocfg-0.1.6 \
base64-0.10.1 \
bitflags-1.2.0 \
byteorder-1.3.2 \
cc-1.0.45 \
chrono-0.4.9 \
clap-2.33.0 \
itoa-0.4.4 \
jsonwebtoken-6.0.1 \
kernel32-sys-0.2.2 \
lazy_static-1.4.0 \
libc-0.2.62 \
num-integer-0.1.41 \
num-traits-0.2.8 \
proc-macro2-1.0.5 \
quote-1.0.2 \
redox_syscall-0.1.56 \
ring-0.14.6 \
ryu-1.0.0 \
serde-1.0.101 \
serde_derive-1.0.101 \
serde_json-1.0.41 \
spin-0.5.2 \
strsim-0.8.0 \
syn-1.0.5 \
term-0.4.6 \
term-painter-0.2.4 \
textwrap-0.11.0 \
time-0.1.42 \
unicode-width-0.1.6 \
unicode-xid-0.2.0 \
untrusted-0.6.2 \
vec_map-0.8.1 \
winapi-0.2.8 \
winapi-0.3.8 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0
PLIST_FILES= bin/jwt
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jwt
.include <bsd.port.mk>