summaryrefslogtreecommitdiff
path: root/www/yarn/Makefile
blob: 49c08de1b21f527a9ee54a9d6da93ae808305f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	yarn
PORTVERSION=	1.22.18
PORTREVISION=	2
CATEGORIES=	www

MAINTAINER=	pizzamig@FreeBSD.org
COMMENT=	Package manager for node, alternative to npm (meta port)
WWW=		https://classic.yarnpkg.com/

RUN_DEPENDS=	yarn${NODEJS_SUFFIX}>=0:www/yarn${NODEJS_SUFFIX}

USES=		metaport nodejs:env

.include <bsd.port.mk>