mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
1ce58015ec
USES=nodejs defaults to www/node20 now.
16 lines
381 B
Makefile
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>
|