Date: Fri, 20 Aug 2021 00:02:04 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9b8557760feb - main - math/cln: Set LICENSE Message-ID: <202108200002.17K024cp051310@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b8557760febbd73089703962cd46197b6c9598d commit 9b8557760febbd73089703962cd46197b6c9598d Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2021-08-20 00:00:51 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2021-08-20 00:00:51 +0000 math/cln: Set LICENSE PR: 257955 Reported by: bsd@philippost.de --- math/cln/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/cln/Makefile b/math/cln/Makefile index f2587477f4cf..8c1c02cbfc07 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ MAINTAINER= wen@FreeBSD.org COMMENT= Class Library for Numbers +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgmp.so:math/gmp GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108200002.17K024cp051310>