blob: 6e0ef0cf8398cf648ba7cc78a7a9eed41e31bba6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= nu_plugin_formats
DISTVERSION= ${NUSHELL_VER}
PORTREVISION= 3
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: Support for several additional data formats
WWW= https://www.nushell.sh/
LICENSE= MIT
BROKEN_FreeBSD_15_armv7= compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712
USES= cargo
PLIST_FILES= bin/${PORTNAME}
.include <../nushell/Makefile.version>
.include <bsd.port.mk>
|