www/npm: Fix LICENSE
- Update WWW and clean up pkg-descr
This commit is contained in:
parent
34a988a967
commit
9df3768e64
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue