opnsense-ports/shells/nu_plugin_gstat/Makefile
Franco Fichtner 6c8378334c */*: sync with upstream
Taken from: FreeBSD
2025-02-11 09:38:05 +01:00

25 lines
671 B
Makefile

PORTNAME= nu_plugin_gstat
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: Information on the status of a Git repository
WWW= https://www.nushell.sh/
LICENSE= MIT
BROKEN_FreeBSD_15_armv7= compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712
LIB_DEPNDS= libssh2.so:security/libssh2
USES= cargo localbase ssl
OPENSSLINC= /usr/include
OPENSSLLIB= /usr/lib
PLIST_FILES= bin/${PORTNAME}
.include <../nushell/Makefile.version>
.include <bsd.port.mk>