mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c995f7227f
see https://github.com/mozilla/cbindgen/releases/tag/0.29.4 will be required for firefox 153 per #2046167
26 lines
410 B
Makefile
26 lines
410 B
Makefile
COMMENT = C bindings generator from rust code
|
|
|
|
GH_ACCOUNT = eqrion
|
|
GH_PROJECT = cbindgen
|
|
GH_TAGNAME = v0.29.4
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
|
# MPL-2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cargo
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
|
|
WANTLIB += ${MODCARGO_WANTLIB}
|
|
|
|
TEST_ENV = CC=${CC} CXX=${CXX}
|
|
|
|
.include "crates.inc"
|
|
|
|
.include <bsd.port.mk>
|