ports/devel/purescript-language-server/Makefile
Matthias Fechner f4ffcdfe61 */*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.

PR:                     259783
Differential Revision:	https://reviews.freebsd.org/D32790
2021-11-12 06:54:51 +01:00

25 lines
545 B
Makefile

PORTNAME= purescript-language-server
PORTVERSION= 0.15.7
PORTREVISION= 1
CATEGORIES= devel textproc
MASTER_SITES= https://github.com/nwolverson/${PORTNAME}/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}.js
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= haskell@FreeBSD.org
COMMENT= LSP provider implementation for PureScript language
LICENSE= MIT
USES= nodejs:run
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>