opnsense-ports/www/node/Makefile
Franco Fichtner 99ca6f1dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-20 09:14:31 +02:00

12 lines
255 B
Makefile

PORTNAME= node
PORTVERSION= 18.16.0
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= V8 JavaScript for client and server (meta port)
WWW= https://nodejs.org/ \
https://github.com/nodejs/node
USES= metaport nodejs:run
.include <bsd.port.mk>