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