1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/node/Makefile
Po-Chuan Hsieh 1ce58015ec
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now.
2023-11-02 03:29:11 +08:00

16 lines
381 B
Makefile

PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
PORTREVISION= 1
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.pre.mk>
.include "${.CURDIR}/../node${NODEJS_VERSION}/Makefile.version"
.include <bsd.port.post.mk>