Files
ports/shells/nu_plugin_inc/Makefile

19 lines
444 B
Makefile

PORTNAME= nu_plugin_inc
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: Increment a value or version
WWW= https://www.nushell.sh/
LICENSE= MIT
USES= cargo
PLIST_FILES= bin/${PORTNAME}
.include <../nushell/Makefile.version>
.include <bsd.port.mk>