forked from Lainports/freebsd-ports
15 lines
381 B
Makefile
15 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>
|