aboutsummaryrefslogtreecommitdiff
path: root/net/czmq
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-07-28 01:17:23 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-07-28 01:17:23 +0000
commite892799d1a8de132eb9a3d43a025ec16565855ad (patch)
tree2ad231f8adef6601fe8d16b6c5d4382efd58b50d /net/czmq
parent38bc66367976d0e83d5ff251d799191d7c36b7c7 (diff)
downloadports-e892799d1a8de132eb9a3d43a025ec16565855ad.tar.gz
ports-e892799d1a8de132eb9a3d43a025ec16565855ad.zip
net/czmq: Update license
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=446788
Diffstat (limited to 'net/czmq')
-rw-r--r--net/czmq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/czmq/Makefile b/net/czmq/Makefile
index 33ac88545f25..52f88daaf83a 100644
--- a/net/czmq/Makefile
+++ b/net/czmq/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://download.zeromq.org/
MAINTAINER= koobs@FreeBSD.org
COMMENT= High-level C Binding for ZeroMQ
-LICENSE= MPL
+LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libzmq.so:net/libzmq4