Skip to content
Snippets Groups Projects
Commit 5ae4104c authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

shells/nushell: Remove option DATAFRAME; Add Makefile.version

The DataFrame functionality will is now provided by
the plugin nu_plugin_polars.

Makefile.version is to support Nushell plugins.
parent 84066f3b
No related branches found
No related tags found
No related merge requests found
PORTNAME= nushell
DISTVERSION= 0.98.0
PORTREVISION= 1
CATEGORIES= shells
MAINTAINER= yuri@FreeBSD.org
......@@ -711,12 +712,6 @@ OPENSSLLIB= /usr/lib
PLIST_FILES= bin/nu
OPTIONS_DEFINE= DATAFRAME
DATAFRAME_DESC= Include the dataframe feature
DATAFRAME_VARS= CARGO_BUILD_ARGS+=--features=dataframe
DATAFRAME_BROKEN= see https://github.com/nushell/nushell/issues/7665
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
......
# this file is provided for nushell users
NUSHELL_VER=0.98.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment