www/npm: Fix LICENSE

- Update WWW and clean up pkg-descr
This commit is contained in:
Po-Chuan Hsieh 2022-12-01 05:27:05 +08:00
parent 34a988a967
commit 9df3768e64
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 3 additions and 4 deletions

View file

@ -5,9 +5,10 @@ MASTER_SITES= LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Node package manager
WWW= https://www.npmjs.com/package/npm
WWW= https://www.npmjs.com/package/npm \
https://github.com/npm/cli
LICENSE= APACHE20
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/lib/node_modules/npm/LICENSE
RUN_DEPENDS= gmake:devel/gmake

View file

@ -1,4 +1,2 @@
npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
See also: https://github.com/npm/cli