mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
20 lines
569 B
Makefile
20 lines
569 B
Makefile
PORTNAME= nu_plugin_formats
|
|
DISTVERSION= ${NUSHELL_VER}
|
|
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>
|