blob: ae96ffed3b5c0b26eb67e9c3983d0c7fcdfe7328 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
PORTREVISION= 2
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>
|