git: b5ec51d72add - main - textproc/py-trans: Update LICENSE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:31:08 UTC
The branch main has been updated by sunpoet:

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

commit b5ec51d72add7373bd07bea47296622892652d48
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:10 +0000

    textproc/py-trans: Update LICENSE
    
    Reference:      https://github.com/zzzsochi/trans/blob/master/LICENSE
---
 textproc/py-trans/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile
index a79a6f19503b..980aaf121e47 100644
--- a/textproc/py-trans/Makefile
+++ b/textproc/py-trans/Makefile
@@ -9,13 +9,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Module for performing transliteration
 WWW=		https://github.com/zzzsochi/trans
 
-LICENSE=	BSDunclear
-LICENSE_NAME=	Unclear BSD License
-LICENSE_TEXT=	License of this software is declared as 'BSD' in CHANGELOG. \
-		But it is not clear which versions of the BSD license (2, \
-		3 or 4 clause) it is. No further file (except CHANGELOG) in \
-		the source archive contains license information.
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}