Files
Mikael Urankar f3f7e555b0 lang/rust: Bump revisions after 1.88.0
PR:		287766
2025-07-03 10:46:01 +02:00

26 lines
761 B
Makefile

PORTNAME= nu_plugin_polars
DISTVERSION= ${NUSHELL_VER}
PORTREVISION= 4
CATEGORIES= shells
MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main
MAINTAINER= yuri@FreeBSD.org
COMMENT= Nushell plugin: Dataframe commands based on polars
WWW= https://www.nushell.sh/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv7= compilation fails: rustc-LLVM ERROR: out of memory
BROKEN_i386= compilation fails: failed to resolve: use of undeclared crate or module alloc, see https://github.com/nushell/nushell/issues/13903
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo localbase
PLIST_FILES= bin/${PORTNAME}
.include <../nushell/Makefile.version>
.include <bsd.port.mk>