1ce58015ec
USES=nodejs defaults to www/node20 now.
14 lines
318 B
Makefile
14 lines
318 B
Makefile
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>
|