diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2017-04-13 09:44:06 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2017-04-13 09:44:06 +0000 |
commit | 77e665e268131615f9a506e019ec864b4a0689a4 (patch) | |
tree | ab02155150d01faa264f27a9c5e7fc4f6a9f0243 /www/Makefile | |
parent | 13a3e564308156ef222be54d611b089c23a48270 (diff) | |
download | ports-77e665e268131615f9a506e019ec864b4a0689a4.tar.gz ports-77e665e268131615f9a506e019ec864b4a0689a4.zip |
New port: www/yarn
Yarn is a new node package manager that replaces the existing workflow for the
npm client or other package managers while remaining compatible with the npm
registry. It has the same feature set as existing workflows while operating
faster, more securely, and more reliably.
PR: 218521
Submitted by: luca.pizzamiglio@gmail.com
Notes
Notes:
svn path=/head/; revision=438430
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9dad6942c929..a6b317962eb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2478,6 +2478,7 @@ SUBDIR += xsp SUBDIR += yabb SUBDIR += yanopaste + SUBDIR += yarn SUBDIR += yaws SUBDIR += yii SUBDIR += yourls |