diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index dad621e203ad..5efbf789113f 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,21 +1,21 @@ PORTNAME= cbindgen DISTVERSION= 0.26.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= gecko@FreeBSD.org COMMENT= Generate C bindings from Rust code -WWW= https://github.com/eqrion/cbindgen +WWW= https://github.com/mozilla/cbindgen LICENSE= MPL20 RUN_DEPENDS= cargo:lang/${RUST_DEFAULT} USES= cargo PLIST_FILES= bin/${PORTNAME} .include