freebsd-ports/devel/rust-cbindgen/Makefile
Tobias Kortkamp deaa22d85c lang/rust: Update to 1.38.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/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00

59 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= cbindgen
DISTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= CRATESIO
PKGNAMEPREFIX= rust-
# XXX Teach USES=cargo to have proper default
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org
COMMENT= Generate C bindings from Rust code
LICENSE= MPL20
RUN_DEPENDS= cargo:lang/${RUST_DEFAULT}
USES= cargo
PLIST_FILES= bin/${PORTNAME}
CARGO_CRATES= ansi_term-0.11.0 \
atty-0.2.13 \
bitflags-1.1.0 \
c2-chacha-0.2.2 \
cfg-if-0.1.9 \
clap-2.33.0 \
getrandom-0.1.11 \
itoa-0.4.4 \
lazy_static-1.4.0 \
libc-0.2.62 \
log-0.4.8 \
ppv-lite86-0.2.5 \
proc-macro2-1.0.1 \
quote-1.0.2 \
rand-0.7.0 \
rand_chacha-0.2.1 \
rand_core-0.5.0 \
rand_hc-0.2.0 \
redox_syscall-0.1.56 \
remove_dir_all-0.5.2 \
ryu-1.0.0 \
serde-1.0.99 \
serde_derive-1.0.99 \
serde_json-1.0.40 \
strsim-0.8.0 \
syn-1.0.5 \
tempfile-3.1.0 \
textwrap-0.11.0 \
toml-0.5.3 \
unicode-width-0.1.6 \
unicode-xid-0.2.0 \
vec_map-0.8.1 \
wasi-0.5.0 \
winapi-0.3.7 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0
.include <bsd.port.mk>