freebsd-ports/www/yarn/Makefile

15 lines
318 B
Makefile

PORTNAME= yarn
PORTVERSION= 1.22.18
PORTREVISION= 1
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>