git: c6fa80572a9d - main - databases/py-tarantool: Update LICENSE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 31 Mar 2024 03:39:45 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c6fa80572a9d91ac0a7a83e806cc3a3ca1209912

commit c6fa80572a9d91ac0a7a83e806cc3a3ca1209912
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:18 +0000

    databases/py-tarantool: Update LICENSE
    
    - Add LICENSE_FILE
    
    Reference:      https://github.com/tarantool/tarantool-python/commit/f1b3cf2262e88531487202a039106203b7511a40
---
 databases/py-tarantool/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile
index bdfb569bd6b4..45d0d61ed1db 100644
--- a/databases/py-tarantool/Makefile
+++ b/databases/py-tarantool/Makefile
@@ -9,7 +9,8 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Client library for Tarantool Database
 WWW=		https://github.com/tarantool/tarantool-python
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.2:devel/py-setuptools-scm@${PY_FLAVOR} \