diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-30 21:27:05 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-30 21:27:53 +0000 |
commit | 9df3768e64733a1437b111573c8c0cbe4873f09b (patch) | |
tree | d2c63db382c77ae96132518038b3cbc6e8cfa304 /www/npm | |
parent | 34a988a9678fac2c17f004ea466326f1e6790fc8 (diff) | |
download | ports-9df3768e64733a1437b111573c8c0cbe4873f09b.tar.gz ports-9df3768e64733a1437b111573c8c0cbe4873f09b.zip |
www/npm: Fix LICENSE
- Update WWW and clean up pkg-descr
Diffstat (limited to 'www/npm')
-rw-r--r-- | www/npm/Makefile | 5 | ||||
-rw-r--r-- | www/npm/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 1cb0e15ae8c2..3ee52f44c986 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -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 diff --git a/www/npm/pkg-descr b/www/npm/pkg-descr index 79898bfdfbf7..e63a2219f115 100644 --- a/www/npm/pkg-descr +++ b/www/npm/pkg-descr @@ -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 |