diff options
-rw-r--r-- | devel/libuv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index 7cb320559494..f3682e939a31 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -8,10 +8,8 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= Multi-platform support library with a focus on asynchronous I/O WWW= https://github.com/libuv/libuv -LICENSE= NODE -LICENSE_NAME= NODE +LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= autoreconf cpe libtool pathfix pkgconfig GNU_CONFIGURE= yes |