diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-08 11:58:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-08 11:58:26 +0800 |
commit | fead84e59343c5de7b788cb81d5c21eefa2523f6 (patch) | |
tree | c892fed387ec703f5aa29e0e7c6b5e9eeb9935fa /www/Makefile | |
parent | 0378bf3af4ac71058cf51d196bbe358aaa53a2aa (diff) | |
download | freebsd-ports-gnome-fead84e59343c5de7b788cb81d5c21eefa2523f6.tar.gz freebsd-ports-gnome-fead84e59343c5de7b788cb81d5c21eefa2523f6.tar.zst freebsd-ports-gnome-fead84e59343c5de7b788cb81d5c21eefa2523f6.zip |
- Add npm 1.1.21
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.
WWW: http://npmjs.org/
WWW: https://github.com/isaacs/npm
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 4e6b50a9f996..7aa805705aff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -563,6 +563,7 @@ SUBDIR += notftp SUBDIR += npapi-xine SUBDIR += npc + SUBDIR += npm SUBDIR += nscache SUBDIR += nspluginwrapper SUBDIR += nspluginwrapper-devel |