summaryrefslogtreecommitdiff
path: root/devel/libuv
diff options
context:
space:
mode:
authorgdt <gdt>2013-03-06 17:32:08 +0000
committergdt <gdt>2013-03-06 17:32:08 +0000
commita341d2a2c15c70be973747b8aeb08241e70c2b11 (patch)
treebe5e5a4649033456cc65f2baf1e9f1e9de2848a6 /devel/libuv
parentcc925f7bb3c49d04c0b3aad29ae53a591f52be62 (diff)
downloadpkgsrc-a341d2a2c15c70be973747b8aeb08241e70c2b11.tar.gz
Set license to
mit AND 2-clause-bsd AND isc AND modified-bsd because that's what the included LICENSE file says, after one wdiffs the MIT license and the first part. (There does not appear to be such a thing, as a "joyent license", which is good news.)
Diffstat (limited to 'devel/libuv')
-rw-r--r--devel/libuv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index 715e8832478..5081c14abe8 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/03/02 08:19:36 agc Exp $
+# $NetBSD: Makefile,v 1.3 2013/03/06 17:32:08 gdt Exp $
#
DISTNAME= master
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .zip
MAINTAINER= agc@pkgsrc.org
HOMEPAGE= http://nikhilm.github.com/uvbook/
COMMENT= Asynchronous event library, platform layer of node.js
-LICENSE= joyent
+LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/libuv-master