Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 12:39:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478681 - head/devel/boost-all
Message-ID:  <201809011239.w81Cdtfj021172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep  1 12:39:55 2018
New Revision: 478681
URL: https://svnweb.freebsd.org/changeset/ports/478681

Log:
  devel/boost-all: define LICENSE

Modified:
  head/devel/boost-all/common.mk

Modified: head/devel/boost-all/common.mk
==============================================================================
--- head/devel/boost-all/common.mk	Sat Sep  1 12:39:39 2018	(r478680)
+++ head/devel/boost-all/common.mk	Sat Sep  1 12:39:55 2018	(r478681)
@@ -10,4 +10,7 @@ CONFLICTS+=	boost-python-1* boost-1*
 MASTER_SITES=	https://dl.bintray.com/boostorg/release/${PORTVERSION}/source/ \
 		SF/boost/boost/${PORTVERSION}
 
+LICENSE=	BSL
+LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
+
 USES+=		tar:bzip2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809011239.w81Cdtfj021172>